検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 80 for primary (0.066 sec.)
設定 — Django 4.0.6 ドキュメント 6848
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting. This setting exists to allow for testing of primary/replica (referred to as master/slave by some datab ... ltiple databases. See the documentation on testing primary/replica configurations for details. NAME ¶ デフォル ... 2. Default: ' django.db.models.AutoField ' Default primary key field type to use for models that don't have a ... field with primary_key=True . Migrating auto-created through tables T ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6848
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cache_replica , and all write operations to cache_primary . The cache table will only be synchronized onto c ... ache_primary : class CacheRouter : """A router to control all d ... el , ** hints ): "All cache write operations go to primary" if model . _meta . app_label == 'django_cache' : ... return 'cache_primary' return None def allow_migrate ( self , db , app_l ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6753
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... same as normal. This includes Adding an automatic primary key field to the model if you don't declare it. To ... ted Answer objects, the list returned contains the primary keys of the related Answer objects: >>> question = ... objects can be set by passing in a list of Answer primary keys: >>> question . set_answer_order ([ 3 , 1 , 2 ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
データベース — Django 4.0.6 ドキュメント 6670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n. Manually-specifying values of auto-incrementing primary keys ¶ Django uses PostgreSQL's SERIAL data type t ... o store auto-incrementing primary keys. A SERIAL column is populated with values fro ... columns in general: LOB columns may not be used as primary keys. LOB columns may not be used in indexes. LOB ... rs Manually-specifying values of auto-incrementing primary keys Test database templates Speeding up test exec ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.11.6 リリースノート — Django 4.0.6 ドキュメント 6670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ash when using the name of a model's autogenerated primary key ( id ) in an Index 's fields ( #28597 ). Fixed ...
https://man.plustar.jp/django/releases/1.11.6.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 6670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ures crashed for models defining a default for the primary key ( #31071 ). 目次 Django 3.0.2 リリースノート B ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is only one field that you can't leave out - the primary key field. Django uses the primary key to identify ... eption will be raised if you forget to include the primary key. 付加情報の追加 ¶ モデル内に定義されていないフ ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore details on this and the next option. --natural-primary ¶ Omits the primary key in the serialized data of ... it can be calculated during deserialization. --pks PRIMARY_KEYS ¶ Outputs only the objects specified by a com ... ma separated list of primary keys. This is only available when dumping one mode ... allow creating an instance instead of entering the primary key of an existing instance. django.contrib.conten ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... directly UPDATE the database if the instance has a primary key value. Previously SELECT was performed to dete ... olved. The new dumpdata --pks option specifies the primary keys of objects to dump. This option can only be u ... rsions of Django used base 36 encoding of the User primary key in the password reset views and URLs ( django. ... rm() ). Base 36 encoding is sufficient if the user primary key is an integer, however, with the introduction ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 6575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n queries on a OneToOneField that has to_field and primary_key=True ( #26667 ). 目次 Django 1.9.7 リリースノー ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT