検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 92 for meta (0.081 sec.)
Django の例外 — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ieldDoesNotExist exception is raised by a model's _meta.get_field() method when the requested field does n ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clear the prefetched cache. 前のトピックへ Model _meta API 次のトピックへ Model クラスのリファレンス 関連 ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sor ( request ): return { 'ip_address' : request . META [ 'REMOTE_ADDR' ]} def client_ip_view ( request ): ... G 設定が True でリクエストの IP アドレス ( request.META['REMOTE_ADDR'] ) が INTERNAL_IPS 設定内にある場合の ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the same way as the fields attribute on the inner Meta class on ModelForm . Unless you define the form cl ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def __str__ ( self ): return self . headline class Meta : ordering = [ 'headline' ] What follows are examp ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... モデル: モデル 入門 | フィールド型 | インデックス | Meta オプション | モデルクラス QuerySets: クエリを作成す ...
https://man.plustar.jp/django/index.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... えるようになりました。 フォーム ¶ ModelForm が新しい Meta オプションとして field_classes を使えるようになりま ... ted. Added a system check to prevent defining both Meta.ordering and order_with_respect_to on the same mod ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... che read operations go to the replica" if model . _meta . app_label == 'django_cache' : return 'cache_repl ... cache write operations go to primary" if model . _meta . app_label == 'django_cache' : return 'cache_prim ...
https://man.plustar.jp/django/topics/cache.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8.0' , 'wheel' ] build-backend = 'setuptools.build_meta:__legacy__' django-polls/setup.cfg ¶ [metadata] na ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... It authenticates using usernames passed in request.META['REMOTE_USER'] . See the Authenticating against RE ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT