検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 158 for must (0.172 sec.)
Django の admin サイト — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.contrib.messages.middleware.MessageMiddleware must be included. Hook the admin's URLs into your URLco ... ist_display = ( 'full_name' ,) Note that @property must be above @display . If you're using the old way -- ... roperty() function and not the @property decorator must be used: def my_property ( self ): return self . f ... query string can be manipulated by the user, they must be sanitized to prevent unauthorized data exposure ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to build a list of values from the queryset, which must use QuerySet.values() to return only a single colu ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4 UUID. On PostgreSQL < 13, the pgcrypto extension must be installed. You can use the CryptoExtension migr ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SON fixtures called mydata . The fixture extension must correspond to the registered name of a serializer ... ion(s) instead of using a generated name. The name must be a valid Python identifier . --no-header ¶ Gener ... ll use to resolve constraint names; this means you must generate the SQL against a copy of the database yo ... If you want to use pdb while debugging tests, you must disable parallel execution ( --parallel=1 ). You'l ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ents. This also means that all arguments to fields must themselves be serializable; to see what we conside ... e DJANGO_SETTINGS_MODULE environment variable, you must now explicitly initialize Django at the beginning ... Subclassing AppCommand ¶ Subclasses of AppCommand must now implement a handle_app_config() method instead ... ault project template (pre-1.7.2 only), a database must be created before accessing a page using runserver ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng_indexes to True . Third-party database backends must implement support for column database collations o ... d_args_env() method. Third-party database backends must implement DatabaseClient.settings_to_cmd_args_env( ... eClient.runshell() . Third-party database backends must implement support for functional indexes ( Index.e ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hange ¶ Values in the CSRF_TRUSTED_ORIGINS setting must include the scheme (e.g. 'http://' or 'https://' ) ... he hostname. Also, values that started with a dot, must now also include an asterisk before the dot. For e ... db.migrations.state.ProjectState.__init__() method must now be a set if provided. RadioSelect and Checkbox ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. If they don't match, a new copy of the resource must be computed and your normal view is called. condit ... e regular view response and a conditional response must be above condition() . In particular, vary_on_cook ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ultiple URLs from mapping to the same page, dashes must be included and letters must be lowercase. For exa ... s in any other URLconf will have no effect. Values must be callables, or strings representing the full Pyt ... g it. Other pieces of information that necessarily must participate in the lookup of the right URL are the ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct. 注釈 Whatever fields you use for a natural key must be able to uniquely identify an object. This will ... s to work, the ForeignKey on the referencing model must have null=True . Dependencies during serialization ... of its name and its author. This means that Person must be serialized before Book . To define this depende ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT