検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 134 for INCLUDE (0.079 sec.)
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew feature ¶ Ordinarily, a point release would not include new features, but in the case of Django 1.2.4, we ... ease. In addition, the GeoDjango test suite is now included when running the Django test suite with runtests. ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts.filter(question__name__startswith='What') would include choices related to deleted questions. Don't filter ... the default and you would have to also explicitly include all the managers from the abstract base class. The ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models module. メソッド ¶ AppConfig. get_models ( include_auto_created = False , include_swapped = False ) [ ... the database in your ready() implementation. This includes model methods that execute queries ( save() , del ...
https://man.plustar.jp/django/ref/applications.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with an Entry model, and you want your sitemap to include all the links to your individual blog entries. Her ... th cases, "absolute path" means a URL that doesn't include the protocol or domain. Examples: Good: '/foo/bar/ ... This attribute defines the maximum number of URLs included on each page of the sitemap. Its value should not ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NIFF SECURE_CROSS_ORIGIN_OPENER_POLICY SECURE_HSTS_INCLUDE_SUBDOMAINS SECURE_HSTS_PRELOAD SECURE_HSTS_SECONDS ... common). Additionally, if you set the SECURE_HSTS_INCLUDE_SUBDOMAINS setting to True , SecurityMiddleware wi ... ll add the includeSubDomains directive to the Strict-Transport-Securi ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... messages you want to override. Error message keys include null , blank , invalid , invalid_choice , unique , ... ed in automatically-generated forms. This lets you include HTML in help_text if you so desire. For example: h ... sets editable to False , in which case it can't be included in a ModelForm . BinaryField has one extra option ... a JavaScript calendar, and a shortcut for "Today". Includes an additional invalid_date error message key. オプ ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ModelForm accepts several new Meta options. Fields included in the localized_fields list will be localized (b ... esponseBadRequest . The DoesNotExist exception now includes a message indicating the name of the attribute us ... ast one keyword argument. The SimpleTestCase class includes a new assertion helper for testing formset errors ... on standard library (in django.test._doctest ) and includes some additional doctest utilities. These utilitie ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting are required. フォーム ¶ ModelChoiceField now includes the provided value in the params argument of a ra ... ¶ Values in the CSRF_TRUSTED_ORIGINS setting must include the scheme (e.g. 'http://' or 'https://' ) instead ... lso, values that started with a dot, must now also include an asterisk before the dot. For example, change '. ... tings.py file created by django-admin startproject includes USE_TZ = True since Django 1.4. You can set USE_T ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... further data about the context of invocation. This includes the connection and cursor. Using the parameters, ... slightly more complex version of the blocker could include the connection name in the error message: def bloc ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to identify model instances, so it must always be included in a raw query. A FieldDoesNotExist exception wil ... l be raised if you forget to include the primary key. 付加情報の追加 ¶ モデル内に定義さ ... row To protect against SQL injection, you must not include quotes around the %s placeholders in the SQL strin ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT