検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 67 for ForeignKey (0.026 sec.)
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... queries for __in subquery lookups when models use ForeignKey.to_field ( #28101 ). Fixed crash when overriding t ... .11.) Fixed a regression causing __in lookups on a foreign key to fail when using the foreign key's parent model ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3 ). Fixed regression with an __in=qs lookup for a ForeignKey with to_field set ( #26196 ). Made forms.FileField ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d of model classes. Also, migration operations for ForeignKey and ManyToManyField fields no longer specify attri ... o-op AlterField operations for ManyToManyField and ForeignKey fields in some cases. DeleteView changes ¶ DeleteV ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データベース上の全ての質問を選択できます。Django は ForeignKey を表示する時には <select> ボックスを使わねばならな ... (Add Another)」リンクがあるのに注意してください。 ForeignKey の関係にあるオブジェクトなら、何もしなくてもこのリ ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormSet を返します。 モデルが parent_model に複数の ForeignKey を持つ場合, fk_name を指定する必要があります。 使用 ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... have a related_name (such as ManyToManyField , or ForeignKey ) that start with a "+". >>> from django.contrib.a ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry_name ( #24940 ). Reallowed non-ASCII values for ForeignKey.related_name on Python 3 by fixing the false posit ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The new RESTRICT option for on_delete argument of ForeignKey and OneToOneField emulates the behavior of the SQL ... header. Providing a non-local remote field in the ForeignKey.to_field argument now raises FieldError . SECURE_R ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 6430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s Waiter ( models . Model ): restaurant = models . ForeignKey ( Restaurant , on_delete = models . CASCADE ) name ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k null db_index rel : 関連フィールドに使用される ( ForeignKey など)。上級者向けです。 default editable serialize ... e rel_db_type() method is called by fields such as ForeignKey and OneToOneField that point to another field to d ... you have an UnsignedAutoField , you also need the foreign keys that point to that field to use the same data ty ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT