検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 57 for parent (0.071 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oOneField ¶ class OneToOneField ( to , on_delete , parent_link = False , ** options ) ¶ A one-to-one relatio ... it one-to-one relation from the child model to the parent model, for example. One positional argument is req ... reignKey , plus one extra argument: OneToOneField. parent_link ¶ When True and used in a model which inherit ... this field should be used as the link back to the parent class, rather than the extra OneToOneField which w ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 6872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alue to be displayed in the select dropdown of the parent window ( #25997 ). Fixed a regression in 1.8.8 cau ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not intended to be used directly, but rather as a parent class of the django.views.generic.detail.DetailVie ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rld_shp = Path ( world . __file__ ) . resolve () . parent / 'data' / 'TM_WORLD_BORDERS-0.3.shp' Now, open th ... ' , } world_shp = Path ( __file__ ) . resolve () . parent / 'data' / 'TM_WORLD_BORDERS-0.3.shp' def run ( ve ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... em check ( #25016 ). Fixed inline forms that use a parent object that has a UUIDField primary key and a chil ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) >>> p2 . save () Create a Restaurant. Pass the "parent" object as this object's primary key: >>> r = Rest ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resulting subclass will include all fields of the parent class(es), followed by the fields you define in th ... ), and its field list includes the fields from the parent classes: >>> from django import forms >>> class Pe ... e to declaratively remove a Field inherited from a parent class by setting the name of the field to None on ... or example: >>> from django import forms >>> class ParentForm ( forms . Form ): ... name = forms . CharField ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Model. delete ( using = DEFAULT_DB_ALIAS , keep_parents = False ) ¶ オブジェクトに対して SQL DELETE を発行 ... delete only a child model's data. Specifying keep_parents=True will keep the parent model's data. Pickling ... te class is defined as the model's first non-proxy parent; for all other models it's simply the model's clas ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _valid ( self , form ): # We make sure to call the parent's form_valid() method because # it might do some p ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs except django.server propagate logging to their parents, up to the root django logger. The console and ma ... go provides several built-in loggers. django ¶ The parent logger for messages in the django named logger hie ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 1 2 3 4 5 6 NEXT