検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 67 for ForeignKey (0.020 sec.)
索引 — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld の属性) db_column (Field の属性) db_constraint (ForeignKey の属性) (ManyToManyField の属性) db_for_read() db_ ... ソッド) for template tag for_concrete_model (GenericForeignKey の属性) force_bytes() (django.utils.encoding モジュ ... (django.contrib.gis.db.models.functions のクラス) ForeignKey (django.db.models のクラス) form (BoundField の属性 ... oice_field() (ModelAdmin のメソッド) formfield_for_foreignkey() (ModelAdmin のメソッド) formfield_for_manytomany ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h their migration plan and apps . モデル ¶ Reverse foreign keys from proxy models are now propagated to their co ... ncrete class. The reverse relation attached by a ForeignKey pointing to a proxy model is now accessible as a d ... s the database column data type for fields such as ForeignKey and OneToOneField that point to another field. The ... n older versions, assigning None to a non-nullable ForeignKey or OneToOneField raised ValueError('Cannot assign ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y is not raised when using the db_column name of a ForeignKey field with primary_key=True ( #12768 ). Prevented ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supported ( #12118 ). Fixed system check crash on ForeignKey to abstract model ( #25503 ). Fixed incorrect quer ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... derable with respect to the given field, usually a ForeignKey . This can be used to make related objects orderab ... ass Answer ( models . Model ): question = models . ForeignKey ( Question , on_delete = models . CASCADE ) # ... ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 6643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty string ( #27005 ). Fixed the isnull lookup on a ForeignKey with its to_field pointing to a CharField or point ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 6643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on 3 (#21398). Fixed a regression that prevented a ForeignKey with a hidden reverse manager ( related_name endin ... 72). Fixed a regression where custom querysets for foreign keys were overwritten if ModelAdmin had ordering set ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.4 documentation 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter ) def __unicode__ ( self ): return self ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter ) .. # In admin.py in the same director ... ) class Choice ( models . Model ): poll = models . ForeignKey ( Poll ) choice = models . CharField ( max_length ... 、後で述べるバリデーションでも使われま す。 最後に、 ForeignKey を使ってリレーションが定義さ れていることに注意して ...
https://man.plustar.jp/django/contents.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter , on_delete = models . CASCADE ) def __ ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter , on_delete = models . CASCADE ) mysite ...
https://man.plustar.jp/django/intro/overview.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass Choice ( models . Model ): question = models . ForeignKey ( Question , on_delete = models . CASCADE ) choice ... votes の default 値を 0 に設定しました。 最後に、 ForeignKey を使用してリレーションシップが定義されていることに ... _choice_question_id_c5b4b260_fk_polls_question_id" FOREIGN KEY ( "question_id" ) REFERENCES "polls_question" ( " ... オーバライド可能です。 外部キーリレーションシップは FOREIGN KEY 制約で明確化されます。 DEFERRABLE の部分については ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT