検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 93 for メソッド (0.072 sec.)
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng whether the response content has been rendered. メソッド ¶ SimpleTemplateResponse. __init__ ( template , co ... esponse that knows about the current HttpRequest . メソッド ¶ TemplateResponse. __init__ ( request , template ... mplateResponse SimpleTemplateResponse objects 属性 メソッド TemplateResponse objects メソッド The rendering pr ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... callable はサポートしない。 handle_no_permission() メソッドは request 引数を取らない。現在の request は self.re ... コンテキスト変数が、新たに AdminSite.each_context() メソッドに追加されました。 AdminSite.empty_value_display およ ... りました。 django.contrib.gis ¶ すべての GeoQuerySet メソッドが廃止され、 等価なデータベース関数 で置き換えられま ... した。コードで使用している古いメソッドを置き換えるとともに、GIS が有効なクラスから特別な G ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is empty, then an EmptyPage error will be raised. メソッド ¶ Paginator. get_page ( number ) [ソース] ¶ 1から始 ... age.object_list のシーケンスのように振る舞います。 メソッド ¶ Page. has_next () [ソース] ¶ 次のページが存在する ... xcept InvalidPage . 目次 Paginator Paginator class メソッド 属性 Page class メソッド 属性 例外 前のトピックへ ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 照項目をこの順番で実行しようとします: 辞書検索 属性やメソッドの検索 数値のインデックス検索 結果の値が呼び出し可能 ... め、その挙動が動作してしまい、意図していた .items() メソッドを使用せずに、デフォルト値を提供してしまいます。この ... 理外にあり、必要に応じて自動的にエスケープされます。 メソッドへのアクセス ¶ オブジェクトに備わったほとんどのメソッ ... れているオブジェクトの個数を数えるため count() というメソッドを提供しています。これによって、 task と関連づけられ ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.4 documentation 6166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... エリセット (QuerySet) とは: クエリの実行 | QuerySet メソッドリファレンス モデルインスタンス詳説: インスタンスメソ ... デルを少し修正して、 Poll と Choice に __unicode__() メソッドを追加しましょう: class Poll ( models . Model ): # . ... れ ます。 Django のモデルは、デフォルトで __str__() メソッドを実装していて、中で __unicode__() を呼び出して、得た ... れでうまく動作します。 __unicode__() は通常の Python メソッドという ことに注意してください。デモ用にカスタムのメソ ...
https://man.plustar.jp/django/contents.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 6113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew ( extra_context = { 'title' : 'Custom Title' }) メソッド get_context_data ( ** kwargs ) ¶ Returns a diction ... is None -- meaning that Django uses 'text/html' . メソッド render_to_response ( context , ** response_kwargs ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 6073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 Extends django.views.generic.base.ContextMixin メソッドと属性 allow_empty ¶ 有効なオブジェクトが 1 つもない ... 際には注意が必要です。この属性を使用する際は、 all() メソッドを呼び出すか、内部で複製処理を行う get_queryset() で ... to be, a QuerySet . Extends TemplateResponseMixin メソッドと属性 template_name_suffix ¶ The suffix to append t ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... および RFC 7231#section-4.2.1 で定義された ‘安全な' メソッド) から副作用を取り除くというものです。そして、 POST ... 、PUT、DELETE のような、'安全でない' メソッ ドによるリクエストについては、下記の手順に従うことで ... form method = "post" > {{ csrf_input }} デコレータメソッド ¶ 全体を保護するために CsrfViewMiddleware を追加す ... st Jinja2 テンプレートで CSRF を使用する デコレータメソッド 拒否されたリクエスト How it works Caching テスト 制 ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 数はデータベースルータオブジェクトの allow_migrate() メソッドに **hints として渡されてルーティングの決定を補助しま ... を補助するためにデータベースルータの allow_migrate() メソッドに **hints として渡されます。データベースのヒントに関 ... nection.alias から利用可能)を指定していないモデルのメソッドはすべてデフォルトのデータベースを利用します。 stati ... 場合は code もしくは reverse_code に RunPython.noop メソッドを渡してください。この指定は処理を逆順で行いたい場合 ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 6033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing this keyword overrides the GEOIP_CITY setting. メソッド ¶ Instantiating ¶ classmethod GeoIP2. open ( path ... olocation with GeoIP2 カスタマイズ例 API Reference メソッド Instantiating Querying Coordinate Retrieval 設定 G ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT