検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 169 for order (0.125 sec.)
Django 3.1.9 release notes — Django 4.0.6 ドキュメント 5548
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path ...
https://man.plustar.jp/django/releases/3.1.9.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5548
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e that the first Manager Django encounters (in the order in which they're defined in the model) has a speci ... to be careful in your choice of default manager in order to avoid a situation where overriding get_queryset ... child class, using Python's normal name resolution order (names on the child class override all others; the ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry running any set of tests in a random or reverse order using the --shuffle and --reverse options. This ca ... n help verify that executing tests in a different order does not cause any trouble:   $ ./runtests.py ba ... f the app in which their test class is located. In order to make sure the models defined within the context ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ch stage, Django processes all applications in the order of INSTALLED_APPS . First Django imports each item ... r application configuration is loaded. However, in order to avoid needless constraints on the order of INST ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Formset Functions — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y ( form , formset = BaseFormSet , extra = 1 , can_order = False , can_delete = False , max_num = None , va ...
https://man.plustar.jp/django/ref/forms/formsets.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... perations as methods, that should be called in the order you wish changes to be applied. Some possible oper ... l need to provide a SchemaEditor implementation in order to work with Django's migration functionality - ho ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.4.9 release notes — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.4.8 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-service attack through sub ...
https://man.plustar.jp/django/releases/1.4.9.html - [similar]
Django 2.2.27 release notes — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e current context, posing an XSS attack vector. In order to avoid this vulnerability, {% debug %} no longer ...
https://man.plustar.jp/django/releases/2.2.27.html - [similar]
Django 3.2.12 release notes — Django 4.0.6 ドキュメント 5480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e current context, posing an XSS attack vector. In order to avoid this vulnerability, {% debug %} no longer ...
https://man.plustar.jp/django/releases/3.2.12.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 5480
" + 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 o ... rticle: This is a test>]> >>> Reporter . objects . order_by ( 'first_name' ) <QuerySet [<Reporter: John Smi ... rticle: This is a test>]> >>> Reporter . objects . order_by ( 'first_name' ) <QuerySet [<Reporter: John Smi ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT