検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 155 for QuerySet (0.120 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す場合には、そのオブジェクトのクラスが使用されます。 queryset が与えられた場合には、そのクエリセットに対するモデ ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elf , * args , ** kwargs ): last_book = self . get_queryset () . latest ( 'publication_date' ) response = Http ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Signals — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Sent before or after a model's delete() method or queryset's delete() method is called. django.db.models.sign ...
https://man.plustar.jp/django/topics/signals.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 4957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ユーザ情報を取り出す同様のトリックを使うことで、 get_queryset() と has_change_permission() を使って、管理サイト上 ...
https://man.plustar.jp/django/faq/admin.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 4957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ド型 | インデックス | Meta オプション | モデルクラス QuerySets: クエリを作成する | QuerySetメソッドリファレンス ...
https://man.plustar.jp/django/index.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 4957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tMixin may now specify the ordering applied to the queryset by setting ordering or overriding get_ordering() . ... relational fields of a model. Pickling models and querysets across different versions of Django isn't officia ... on is now added to the pickled state of models and querysets, and Django raises a RuntimeWarning when these ob ... ented, untested option cache_choices . This cached querysets between multiple renderings of the same Form obje ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models . Model ): objects = MyManager () もし from_queryset() 関数で動的に生成されたマネージャクラスを使うなら ... があります。 class MyManager ( MyBaseManager . from_queryset ( CustomQuerySet )): use_in_migrations = True clas ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 1.4 documentation 4922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 方法 | フィールド型 | Meta オプション クエリセット (QuerySet) とは: クエリの実行 | QuerySet メソッドリファレンス ... atterns ( '' , url ( r '^$' , ListView . as_view ( queryset = Poll . objects . order_by ( '-pub_date' )[: 5 ], ...
https://man.plustar.jp/django/contents.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntext_object_name = 'latest_question_list' def get_queryset ( self ): """Return the last five published questi ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要があるのはこのためです。 これは select_related() QuerySet メソッドが存在していることの理由でもあります。この ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 NEXT