検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 169 for order (0.113 sec.)
Lookup API reference — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... transformations will be applied to rhs in the same order as they appear in the lookup expression. By defaul ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. For consistent pagination, QuerySet s should be ordered, e.g. with an order_by() clause or with a defaul ... t ordering on the model. 巨大な QuerySet のページネーション ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equest object and the same parameters, in the same order, as the view function they are helping to wrap. Th ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
モデル — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orn_length = models . IntegerField () class Meta : ordering = [ "horn_length" ] verbose_name_plural = "oxen ... の事項」が設定できます。例えば、並び替えオプション ( ordering )、データベースのテーブル名 ( db_table )、人が読 ... dels . Model ): # ... class Meta : abstract = True ordering = [ 'name' ] class Student ( CommonInfo ): # .. ... sitiveIntegerField () class Meta : abstract = True ordering = [ 'name' ] class Unmanaged ( models . Model ) ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... りません。 Django runs through each URL pattern, in order, and stops at the first one that matches the reque ... the second one, because the patterns are tested in order, and the first one is the first test to pass. Feel ... free to exploit the ordering to insert special cases like this. Here, Django ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Signals — Django 4.0.6 ドキュメント 5107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eceiver functions are called one at a time, in the order they were registered. Signal. connect ( receiver , ...
https://man.plustar.jp/django/topics/signals.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be used instead of the loop's default executor. In order to pass in an executor, thread_sensitive must be s ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... P リクエストの詳細について書かれています。 注釈 In order to send email, Django requires a few settings tell ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... only run a migration on a particular database. In order to do that you can check the database connection's ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ublished questions.""" return Question . objects . order_by ( '-pub_date' )[: 5 ] get_queryset() メソッドを ... s . filter ( pub_date__lte = timezone . now () ) . order_by ( '-pub_date' )[: 5 ] Question.objects.filter(p ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT