検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 57 for parent (0.051 sec.)
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 7181
" + 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/3.0.4.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... writing validation that relies on features of the parent model. If the parent model fails to validate, it m ... lass for use in admin add/change views. obj is the parent object being edited or None when adding a new pare ... None , ** kwargs ): max_num = 10 if obj and obj . parent : return max_num - 5 return max_num InlineModelAdm ... argument passed to InlineModelAdmin methods is the parent object being edited or None when adding a new pare ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (which results in no output) without its concrete parent. The new BaseCommand.requires_migrations_checks at ... iple proxy models that share a common non-abstract parent class. Added Extract functions to extract datetime ... itance, implicit promotion of a OneToOneField to a parent_link is deprecated. Add parent_link=True to such f ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng wasn't set correctly on multi-table inheritance parent models after saving a child model ( #28210 ). Allo ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion with abstract model inheritance and explicit parent links ( #26413 ). Fixed a migrations crash on SQLi ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sh when altering a primary key type for a concrete parent model referenced by a foreign key ( #33462 ). Fixe ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsaction . atomic def viewfunc ( request ): create_parent () try : with transaction . atomic (): generate_re ... es in add_children() , and the changes from create_parent() are still there and bound to the same transactio ... o will perform the rollback when exiting the first parent block with a savepoint if there is one, and the ou ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 6975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed display of inline instances in formsets when parent has 0 for primary key (#21472). Fixed a regression ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ur items: name : The field's attribute name on its parent model, or None if it is not part of a model path : ... public APIs have been adapted to make this as transparent as possible, but if you've been using private APIs ... TATIC_ROOT when tests are run. The ability to transparently serve all the static assets (similarly to what o ... fields defined on both the current class and on a parent Form . The required argument of SelectDateWidget h ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... override all others; then come names on the first parent class, and so on). If no managers are declared on ... a model and/or its parents, Django automatically creates the objects manager ... on the model, or the default manager of the first parent model. These rules provide the necessary flexibili ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
PREV 1 2 3 4 5 6 NEXT