検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 67 for ForeignKey (0.051 sec.)
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... otelReservation ( model . Model ): room = models . ForeignKey ( 'Room' , on_delete = models . CASCADE ) start = ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s() method allow using a Select2 search widget for ForeignKey and ManyToManyField . django.contrib.auth ¶ The de ... 'headline' , '-pub_date' ], name = 'index_name' ) Foreign key constraints are now enabled on SQLite ¶ This will ... a backwards-incompatible change ( IntegrityError: FOREIGN KEY constraint failed ) if attempting to save an exis ... ting model instance that's violating a foreign key constraint. Foreign keys are now created with DEF ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use a custom ModelForm to do this. First, add the foreign key relation to the model: models.py ¶ from django.co ... arField ( max_length = 200 ) created_by = models . ForeignKey ( User , on_delete = models . CASCADE ) # ... In t ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .. class Entry ( models . Model ): blog = models . ForeignKey ( Blog , on_delete = models . CASCADE ) published ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he help text' )) verbose_name オプションを使えば、 ForeignKey 、 ManyToManyField や OneToOneField リレーションシ ... class MyThing ( models . Model ): kind = models . ForeignKey ( ThingKind , on_delete = models . CASCADE , relat ... class MyThing ( models . Model ): kind = models . ForeignKey ( ThingKind , on_delete = models . CASCADE , relat ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6231
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class Response ( models . Model ): poll = models . ForeignKey ( OpinionPoll , on_delete = models . CASCADE ) # . ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the exception of those handling relational data ( ForeignKey , OneToOneField and ManyToManyField ). It is possi ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... autocommit (): # ... Configurable delete-cascade ¶ ForeignKey and OneToOneField now accept an on_delete argument ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. inspectdb now introspects OneToOneField when a foreign key has a unique or primary key constraint. The new - ... o longer return tuples. If the database can create foreign keys in the same SQL statement that adds a field, add ... for some languages. Assigning a value to a model's ForeignKey or OneToOneField '_id' attribute now unsets the co ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 6131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ManyToManyField ( 'Author' ) publisher = models . ForeignKey ( Publisher , on_delete = models . CASCADE ) publi ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT