検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for lines (0.059 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t Admin declaration into the new syntax. Use new inline syntax ¶ The new edit_inline options have all been ... rentAdmin ( admin . ModelAdmin ): model = Parent inlines = [ ChildInline ] admin . site . register ( Parent ... django.conf.urls.defaults import * # The next two lines enable the admin and load each admin.py file: from ... : 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.2 release notes — Django 4.0.6 ドキュメント 7506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 化 ¶ The new JSONL serializer allows using the JSON Lines format with dumpdata and loaddata . This can be us ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions like annotated HTML listings detailing missed lines, see the coverage.py docs. 目次 Advanced testing t ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e). __len__ () ¶ Returns the number of points in a LineString , the number of rings in a Polygon , or the n ... types. __iter__ () ¶ Iterates over the points in a LineString , the rings in a Polygon , or the geometries ... ) ¶ Returns the point at the specified index for a LineString , the interior ring at the specified index fo ... mensions of the geometry, i.e. 0 for points, 1 for lines, and so forth: >> polygon . dimension 2 coord_dim ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... links displayed on the admin change list. Admin inlines respect user permissions ¶ Admin inlines now only ... he old default value, you should add the following lines in your settings file: import re IGNORABLE_404_URL ... 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 release notes — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e at the beginning and end of a line and merge all lines into one using a space character to separate them. ... 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 1.8 リリースノート — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u pass it skip_checks=False ). When iterating over lines, File now uses universal newlines . The following ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , you can simply remove the objects = GeoManager() lines from your models. Template loader APIs have change ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 1.4 documentation 7247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt patterns, include, url # Uncomment the next two lines to enable the admin: from django.contrib import ad ... [ 'pub_date' ], 'classes' : [ 'collapse' ]}), ] inlines = [ ChoiceInline ] admin . site . register ( Poll ...
https://man.plustar.jp/django/contents.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スタムウィジェットを暗示するからです。 ModelAdmin. inlines ¶ 後述の InlineModelAdmin オブジェクトと ModelAdmi ... n.get_formsets_with_inlines() を参照してください。 ModelAdmin. list_display ¶ ... section. For example, the following would return inlines without the default filtering based on add, change ... ions: class MyModelAdmin ( admin . ModelAdmin ): inlines = ( MyInline ,) def get_inline_instances ( self , ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 NEXT