検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 158 for must (0.024 sec.)
クエリー式 — Django 4.0.6 ドキュメント 7269
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... To access the new value saved this way, the object must be reloaded: reporter = Reporters . objects . get ... void an SQL injection vulnerability, extra_context must not contain untrusted user input as these values a ... te. To avoid an SQL injection vulnerability, extra must not contain untrusted user input as these values a ... ngle column ¶ There are times when a single column must be returned from a Subquery , for instance, to use ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing is not considered a null value). Each argument must be of a similar type, so mixing text and numbers w ... ions and returns the greatest value. Each argument must be of a similar type, so mixing text and numbers w ... essions and returns the least value. Each argument must be of a similar type, so mixing text and numbers w ... iltering datetimes with less precision. expression must have an output_field of DateTimeField . Usage exam ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... left blank if it will not be used. To do this, you must set up DATABASE_ROUTERS for all of your apps' mode ... above, you've left the default database empty, you must provide a database name each time you run migrate ... ( auth models are linked to ContentType , so they must be stored in the same database): class AuthRouter ... dle all apps not otherwise specified, your routers must handle the names of all apps in INSTALLED_APPS bef ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... straint . Constraints in abstract base classes You must always specify a unique name for the constraint. A ... Constraint. name ¶ The name of the constraint. You must always specify a unique name for the constraint. U ... Constraint. name ¶ The name of the constraint. You must always specify a unique name for the constraint. c ... index. If you require a custom operator class, you must provide one for each field in the index. 例: Uniqu ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ession with other methods (e.g. aggregate() ), you must promote it to an annotation: Blog . objects . alia ... ield names. 注釈 When you specify field names, you must provide an order_by() in the QuerySet , and the fi ... elds in order_by() must start with the fields in distinct() , in the same ... fields defined by a select argument in the extra() must be explicitly included in the values() call. Any e ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
データベース — Django 4.0.6 ドキュメント 6750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thread maintains its own connection, your database must support at least as many simultaneous connections ... e file and a password from the password file , you must specify them in the OPTIONS part of your database ... hly in the MySQL documentation. In such cases, you must set the collation by directly manipulating the dat ... gacy database that contains TIMESTAMP columns, you must set USE_TZ = False to avoid data corruption. inspe ...
https://man.plustar.jp/django/ref/databases.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HECKS ): raise TypeError ( "requires_system_checks must be a list or tuple." ) [ドキュメント] def get_vers ... ): """ The actual logic of the command. Subclasses must implement this method. """ raise NotImplementedErr ... or ( "subclasses of BaseCommand must provide a handle() method" ) class AppCommand ( Ba ... Rather than implementing ``handle()``, subclasses must implement ``handle_app_config()``, which will be c ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path to the application e.g. 'admin'. # This value must be unique across a Django project. if not hasattr ... st returned by __path__ # contains duplicates that must be removed (#25246). paths = list ( set ( paths )) ... r has multiple filesystem locations ( %r ); " "you must configure this app with an AppConfig subclass " "w ... e app module %r has no filesystem location, " "you must configure this app with an AppConfig subclass " "w ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False (e.g. a checked or unchecked checkbox), you must remember to pass in required=False when creating t ... hich can be converted into a timedelta . The value must be between datetime.timedelta.min and datetime.tim ... ory whose contents you want listed. This directory must exist. recursive ¶ If False (the default) only the ... n should be included. Either this or allow_folders must be True . allow_folders ¶ Optional. Either True or ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by setting the password attribute directly -- you must use the set_password() function to store a correct ... ts assigned to class attributes in setUpTestData() must support creating deep copies with copy.deepcopy() ... __all__' to specify that all of the test databases must be flushed. The databases flag also controls which ... list of errors when rendered on the form. response must be a response instance returned by the test client ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT