検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for ordering (0.026 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) 0 for negative numbers which round to zero. Meta.ordering and Meta.unique_together options on models in djan ... nator.QuerySetPaginator is removed. A model's Meta.ordering doesn't affect GROUP BY queries. django.contrib.po ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing of any particular piece of code into Django or ordering the reversion of any particular merge or commit. A ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abstract base class An infinite loop is caused by ordering A keyword cannot be parsed from the filter paramet ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , e.g. with an order_by() clause or with a default ordering on the model. 巨大な QuerySet のページネーションに ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tr__ ( self ): return self . headline class Meta : ordering = [ 'headline' ] What follows are examples of oper ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odelAdmin ): list_display = [ 'title' , 'status' ] ordering = [ 'title' ] actions = [ make_published ] admin . ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _query_name = 'bookmark' ) This enables filtering, ordering, and other query operations on Bookmark from Tagge ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vironment, or if they require a specific test case ordering. For these cases, TransactionTestCase can be used ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Model ): # ... @admin . display ( boolean = True , ordering = 'pub_date' , description = 'Published recently?' ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oint field geometries in the QuerySet . Currently, ordering the queryset has no effect. 実装例: >>> qs = City ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT