検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for min (0.101 sec.)
索引 — Django 4.0.6 ドキュメント 7651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... --addrport testserver コマンドラインオプション --admins sendtestemail コマンドラインオプション --all diff ... ョン --testrunner test コマンドラインオプション --timing test コマンドラインオプション --traceback コマンド ... els.functions のクラス) action() (django.contrib.admin モジュール) action_flag (LogEntry の属性) action_t ... ime (LogEntry の属性) actions (ModelAdmin の属性) actions_on_bottom (ModelAdmin の属性) acti ...
https://man.plustar.jp/django/genindex.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ordinate transformation of vector spatial data and minimal support for GDAL's features with respect to ra ... d with this geometry, or if an SRID cannot be determined. geos ¶ Returns a GEOSGeometry object correspond ... esents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle b ... ounding box. The naming of the variables is compatible with the OGR Envel ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reater than limit_value , which may be a callable. MinValueValidator ¶ class MinValueValidator ( limit_va ... [ソース] ¶ Raises a ValidationError with a code of 'min_value' if value is less than limit_value , which m ... reater than limit_value , which may be a callable. MinLengthValidator ¶ class MinLengthValidator ( limit_ ... [ソース] ¶ Raises a ValidationError with a code of 'min_length' if the length of value is less than limit_ ...
https://man.plustar.jp/django/ref/validators.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue ): # True keeps trailing linebreaks max_width = min (( line . endswith ( " \n " ) and width + 1 or wid ... [: space - 1 ] line = line [ space :] max_width = min (( line . endswith ( " \n " ) and width + 1 or wid ... s ( s , compresslevel = 6 , mtime = 0 ) class StreamingBuffer ( BytesIO ): def read ( self ): ret = self ... gs. def compress_sequence ( sequence ): buf = StreamingBuffer () with GzipFile ( mode = "wb" , compressle ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he default INSTALLED_APPS list created by django-admin startproject , but if you've removed it or if you ... ngo's other bundled applications require it: The admin application uses it to log the history of each obj ... ect added or changed through the admin interface. Django's authentication framework uses ... atter technique. For example, the permissions system in Django's authentication framework uses a Permissi ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ( #28269 ). Fixed an incorrect DisallowedModelAdminLookup exception when using a nested reverse relati ... on in list_filter ( #28262 ). Fixed admin's FieldListFilter.get_queryset() crash on invalid ... ut ( #28202 ). Fixed invalid HTML for a required AdminFileWidget ( #28278 ). Fixed model initialization t ... inherit models.Model ( #28282 ). Fixed crash in admin's inlines when a model has an inherited non-editab ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... return a > b [ドキュメント] @deconstructible class MinValueValidator ( BaseValidator ): message = _ ( "En ... ater than or equal to %(limit_value)s ." ) code = "min_value" def compare ( self , a , b ): return a < b ... [ドキュメント] @deconstructible class MinLengthValidator ( BaseValidator ): message = ngette ... " " %(show_value)d )." , "limit_value" , ) code = "min_length" def compare ( self , a , b ): return a < b ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リリースノート ¶ May 6, 2017 Django 1.11.1 adds a minor feature and fixes several bugs in 1.11. Allowed ... ayout of ReadOnlyPasswordHashWidget (used in the admin's user change page) ( #28097 ). Allowed prefetch c ... . Fixed change password link in the contrib.auth admin for el , es_MX , and pt translations ( #28100 ). R ... he multiple_input.html template. This fixes ModelAdmin.radio_fields with admin.HORIZONTAL ( #28059 ). Fix ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated many-to-many fields to be referenced in the admin ( #23604 ). Added a more helpful error message if ... 22951 ). Allowed inline and hidden references to admin fields ( #23431 ). The @deconstructible decorator ... rcase characters in the name ( #23065 ). Fixed renaming of models with a self-referential many-to-many fi ... ). Added the get_extra() , get_max_num() , and get_min_num() hooks to GenericInlineModelAdmin ( #23539 ). ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7231
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex | Modules « previous | up | next » Django の admin サイト ¶ Djangoのパワフルな特徴の1つは、自動的に生 ... 成されるadminインタフェースです。あなたのモデルクラスからメタデー ... なたのサイトのコンテンツを操作することができます。adminサイトのオススメの使い方は、組織内で利用する管理ツー ... ルに利用を制限することです。adminサイトは、あなたのサイトのフロントエンドやその周辺を ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 NEXT