検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 169 for order (0.012 sec.)
Django 1.5 release notes — Django 4.0.6 ドキュメント 7129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded as good practice to provide those templates in order to present pretty error pages to the user. django. ... t caring for syntax differences (spaces, attribute order, etc.). RemoteUserMiddleware now forces logout whe ... umented to provide a date_list sorted in ascending order in the context, like their function-based predeces ... sors, but it actually was in descending order. In 1.5, the documented order was restored. You ma ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 7062
" + 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 ... d a crash of makemigrations on models without Meta.order_with_respect_to but with a field named _order ( #3 ... xed , caused , regression , when , debug , crash , order , template クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are not supported for that option. models.E014 : ordering must be a tuple or list (even if you want to or ... der by only one field). models.E015 : ordering refers to the nonexistent field, related field, ... lass method is currently overridden. models.E021 : ordering and order_with_respect_to cannot be used togeth ... not a field of <model> . admin.E031 : The value of ordering must be a list or tuple. admin.E032 : The value ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chronous callables. Testing class-based views ¶ In order to test class-based views outside of the request/r ... on between the two databases. Controlling creation order for test databases ¶ By default, Django will assum ... t. However, no guarantees are made on the creation order of any other databases in your test setup. If your ... atabase configuration requires a specific creation order, you can specify the dependencies that exist using ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... には、ほかにもいくつかの方法があります: Form. field_order ¶ By default Form.field_order=None , which retains ... the order in which you define the fields in your form class. ... If field_order is a list of field names, the fields are ordered a ... ining fields are appended according to the default order. Unknown field names in the list are ignored. This ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e lowercased value of the name field in descending order and the category field in the default ascending or ... UniqueConstraint UniqueConstraint ( name = 'unique_order' , fields = [ 'order' ], deferrable = Deferrable . ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to maintain their number at a minimum of three, in order to spread the workload and avoid over-burdening or ... should endeavor to provide some advance notice in order to allow the selection of a replacement. Terminati ... to maintain their number at a minimum of three, in order to spread the workload and avoid over-burdening or ... should endeavor to provide some advance notice in order to allow the selection of a replacement. Terminati ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lowercased value of the title field in descending order and the pub_date field in the default ascending or ... By default, indexes are created with an ascending order for each column. To define an index with a descend ... ing order for a column, add a hyphen before the field's name ... create SQL with (headline, pub_date DESC) . Index ordering isn't supported on MySQL. In that case, a desce ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. In particular, you'll need to rearrange models' order, so that models that refer to other models are ord ... rialized, not just during loaddata . Note that the order in which fixture files are processed is undefined. ... shuffle [SEED] ¶ New in Django 4.0. Randomizes the order of tests before running them. This can help detect ... tests that aren't properly isolated. The test order generated by this option is a deterministic functi ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be dropped, causing catastrophic loss of data. In order to provide a fix for this problem, it was necessar ... NDENCIES -- that allows you to define any creation order dependencies in your database configuration. Most ... m report documentation on controlling the creation order of test databases for details. GeoDjango ¶ The fun ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT