検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 67 for ForeignKey (0.023 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 7042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to have apps without migrations depend on (have a ForeignKey or ManyToManyField to) apps with migrations. App-l ... ss class Entry ( models . Model ): blog = models . ForeignKey ( Blog ) objects = models . Manager () # Default M ... clear() methods of the related managers created by ForeignKey and GenericForeignKey now accept the bulk keyword ... for the attribute limit_choices_to when defining a ForeignKey or ManyToManyField . Calling only() and defer() on ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.contenttypes ¶ order_with_respect_to が GenericForeignKey とともに使用できるようになりました。 django.contri ... er.set() method to the related managers created by ForeignKey , GenericForeignKey , and ManyToManyField . The ad ... d() method on a reverse foreign key now has a bulk parameter to allow executing one q ... e add() methods of the related managers created by ForeignKey and GenericForeignKey changed from a series of Mod ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... res something else to run - for example, you add a ForeignKey in your books app to your authors app - the result ... ors migration runs first and creates the table the ForeignKey references, and then the migration that makes the ... dn't happen, the migration would try to create the ForeignKey column without the table it's referencing existing ... Apps without migrations must not have relations ( ForeignKey , ManyToManyField , etc.) to apps with migrations. ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 1.7.4 release notes — Django 4.0.6 ドキュメント 6942
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on MySQL when migrating from a OneToOneField to a ForeignKey ( #24163 ). Prevented the static.serve view from p ...
https://man.plustar.jp/django/releases/1.7.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6942
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , indicates whether the user may access the site. Foreign key dropdowns now have buttons for changing or deleti ... n. USERNAME_FIELD and REQUIRED_FIELDS now supports ForeignKey s. The default iteration count for the PBKDF2 pass ... SQL backend no longer creates explicit indexes for foreign keys when using the InnoDB storage engine, as MySQL a ... ed in Django 1.8.5. Assigning unsaved objects to a ForeignKey , GenericForeignKey , and OneToOneField now raises ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class Child ( models . Model ): parent = models . ForeignKey ( Parent , edit_inline = models . STACKED , num_in ... t of core ¶ The generic relation classes -- GenericForeignKey and GenericRelation -- have moved into the django. ... sql connection.ops.deferrable_sql backend.get_drop_foreignkey_sql connection.ops.drop_foreignkey_sql backend.get ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unnecessary index from being created on an InnoDB ForeignKey when the field was added after the model was creat ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tails. ModelAdmin.autocomplete_fields now respects ForeignKey.to_field and ForeignKey.limit_choices_to when sear ... ation of rows that reference locked rows through a foreign key. When() expression now allows using the condition ... any previously cached value will be a cache miss. ForeignKey.validate() now uses _base_manager rather than _def ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 関係のループがなくなるようにしてください。(お互いに ForeignKey を持つ2つの通常のモデルを作ることで、 makemigratio ... 合は、以下のように settings.AUTH_USER_MODEL に対して ForeignKey または OneToOneField を使用してください。 User モデ ... lass Article ( models . Model ): author = models . ForeignKey ( settings . AUTH_USER_MODEL , on_delete = models ... () を呼ぶという方法もあります。こうすると、 models.ForeignKey(get_user_model(), ...) という表記が可能です。 たと ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lement represents the value that should be stored. Foreign keys and other relational fields are treated a little ... at the auth.Permission object with the PK 27 has a foreign key to the contenttypes.ContentType instance with the ... value as property and property-value respectively. Foreign keys have the PK of the linked object as property val ... ural keys ¶ The default serialization strategy for foreign keys and many-to-many relations is to serialize the v ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT