検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 57 for parent (0.018 sec.)
モデル — Django 4.0.6 ドキュメント 7768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ださい。 OneToOneField フィールドには、オプションの parent_link 引数を指定することもできます。 OneToOneField ... oOneField ( Place , on_delete = models . CASCADE , parent_link = True , primary_key = True , ) Restaurant 上 ... で、自分自身の OneToOneField を parent_link=True を付けて宣言すれば、このフィールドをオー ... 、明示的に無効化する事ができます: class ChildModel ( ParentModel ): # ... class Meta : # Remove parent's order ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... db wasn't set correctly on multi-table inheritance parent models after saving a child model ( #28166 ). Corr ... a foreign key to fail when using the foreign key's parent model as the lookup value ( #28175 ). 目次 Django ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 7474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t Path BASE_DIR = Path ( __file__ ) . resolve () . parent . parent INSTALLED_APPS = [ ... , 'blog' , ... , ] ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y=True . models.E005 : The field <field name> from parent model <model> clashes with the field <field name> ... from parent model <model> . models.E006 : The field <field nam ... field name> , because it is the foreign key to the parent model <app_label>.<model> . admin.E202 : <model> h ... as no ForeignKey to <parent model> ./ <model> has more than one ForeignKey to ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 7474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stances of a model ¶ Options. get_fields ( include_parents = True , include_hidden = False ) ¶ Returns a tup ... used to control which fields are returned: include_parents True by default. Recursively includes fields defi ... ned on parent classes. If set to False , get_fields() will only ... oxy classes are considered to be local, not on the parent. include_hidden False by default. If set to True , ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 7372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. inlineformset_factory ¶ inlineformset_factory ( parent_model , model , form = ModelForm , formset = BaseI ... ory() を使った InlineFormSet を返します。 モデルが parent_model に複数の ForeignKey を持つ場合, fk_name を指 ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7269
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he default implementation looks recursively on all parent classes and checks if any has a registered lookup ... he default implementation looks recursively on all parent classes to check if any has the registered transfo ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 2.2.11 release notes — Django 4.0.6 ドキュメント 7269
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... select_for_update() . When using related fields or parent link fields with 複数テーブルの継承 in the of argu ...
https://man.plustar.jp/django/releases/2.2.11.html - [similar]
Django 3.2.6 release notes — Django 4.0.6 ドキュメント 7269
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h a reverse many-to-many relation inherited from a parent class ( #32947 ). 目次 Django 3.2.6 release notes ...
https://man.plustar.jp/django/releases/3.2.6.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 7181
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sistency checks ( #27461 ). Made Model.delete(keep_parents=True) preserve parent reverse relationships in mu ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
PREV 1 2 3 4 5 6 NEXT