検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 25 for inlines (0.043 sec.)
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7970
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it models.Model ( #28282 ). Fixed crash in admin's inlines when a model has an inherited non-editable primary ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd links displayed on the admin change list. Admin inlines respect user permissions ¶ Admin inlines now only ... rt in admin interface New ModelAdmin methods Admin inlines respect user permissions Tools for cryptographic s ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 7688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8 ). Fixed a regression with dynamically generated inlines and allowed field references in the admin ( #23754 ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n ModelAdmin.list_display . The new ModelAdmin.get_inlines() method allows specifying the inlines based on th ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = Book class PublisherAdmin ( MultiDBModelAdmin ): inlines = [ BookInline ] admin . site . register ( Author ... ects are exposed; Publisher objects have a tabular inline showing books published by that publisher. The seco ... nd site exposes just publishers, without the inlines. Using raw cursors with multiple databases ¶ If yo ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
索引 — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kwargs() (ModelAdmin のメソッド) get_formsets_with_inlines() (ModelAdmin のメソッド) get_full_name() (models. ... get_inline_instances() (ModelAdmin のメソッド) get_inlines() (ModelAdmin のメソッド) get_internal_type() (Fie ... ) InlineModelAdmin (django.contrib.admin のクラス) inlines (ModelAdmin の属性) InMemoryUploadedFile (django.c ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n deprecated in favor of the new get_formsets_with_inlines() , in order to better handle the case of selectiv ... ely showing inlines on a ModelAdmin . IPAddressField ¶ The django.db.m ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : [ 'pub_date' ], 'classes' : [ 'collapse' ]}), ] inlines = [ ChoiceInline ] admin . site . register ( Quest ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat Admin declaration into the new syntax. Use new inline syntax ¶ The new edit_inline options have all been ... ParentAdmin ( admin . ModelAdmin ): model = Parent inlines = [ ChildInline ] admin . site . register ( Parent ... in: with admin.py カスタマイズ例 The Admin Use new inline syntax Simplify fields , or use fieldsets URL Updat ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cessors' option of OPTIONS . Initially empty extra inlines can now be removed, in the same way as dynamically ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 NEXT