検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 67 for unique (0.059 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 6657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cache.backends.locmem.LocMemCache' , 'LOCATION' : 'unique-snowflake' , } } The cache LOCATION is used to ide ... the name of the site, or some other string that is unique to this Django instance, to prevent key collisions ... th different query parameters are considered to be unique pages and are cached separately. This middleware e ... ithout filters, to the {% cache %} template tag to uniquely identify the cache fragment: {% load cache %} {% ...
https://man.plustar.jp/django/topics/cache.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... returned by get_object() and returns the globally unique ID for the feed as a normal Python string. """ def ... eed_guid ( self ): """ Returns the feed's globally unique ID as a normal Python string. """ feed_guid = '/fo ... hor_email author_name author_link pubdate comments unique_id enclosures categories item_copyright ttl update ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
設定 — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apps instead. Application names and labels must be unique in INSTALLED_APPS Application names — the dotted P ... ython path to the application package — must be unique. There is no way to include the same application t ... — by default the final part of the name — must be unique too. For example, you can't include both django.co ... ile created by django-admin startproject creates a unique SECRET_KEY for convenience. SECURE_CONTENT_TYPE_NO ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to customize the error messages for ModelForm 's unique , unique_for_date , and unique_together constraint ... s. In order to support unique_together or any other NON_FIELD_ERROR , ModelForm ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Bugfixes ¶ Fixed check for template engine alias uniqueness ( #24685 ). Fixed crash when reusing the same ... L crash when a migration removes a combined index (unique_together or index_together) containing a foreign k ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo-developers thread . Bugfixes ¶ Fixed incorrect unique_together field name generation by inspectdb ( #252 ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 2.2 ¶ Constraints ¶ The new CheckConstraint and UniqueConstraint classes enable adding custom database co ... atabase to ignore failure to insert rows that fail uniqueness constraints or other checks. The new ExtractIs ... must implement support for ignoring constraints or uniqueness errors while inserting or set DatabaseFeatures ... _sql() (to pair with _create_index_sql() ) _delete_unique_sql (to pair with _create_unique_sql() ) _delete_f ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation loading ( #22920 ). Empty index_together or unique_together model options no longer results in infini ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 6472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しかし、それは実際には問題でありません。なぜなら、( unique_together モデルオプション追加やデータベースに直接制 ...
https://man.plustar.jp/django/faq/models.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in abstract base classes You must always specify a unique name for an index. As such, you cannot normally sp ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT