検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 106 for max (0.112 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odels . Model ): first_name = models . CharField ( max_length = 255 ) last_name = models . CharField ( ma ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( widget = CalendarWidget ) ... name = CharField ( max_length = 40 , widget = OtherWidget ) >>> f = Conta ... ( widget = CalendarWidget ) ... name = CharField ( max_length = 40 , widget = OtherWidget ) ... ... class ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
View decorators — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt date/time. This decorator adds a Cache-Control: max-age=0, no-cache, no-store, must-revalidate, privat ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tivated = content_length <= settings . FILE_UPLOAD_MAX_MEMORY_SIZE def new_file ( self , * args , ** kwar ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。英数字のほか、 _ 、 @ 、 + 、 . 、 - が使えます。 max_length は多くの状況で十分のはずです。もしより長い文 ... de をサポートするために推奨されています)、最大でも max_length=191 としてください。なぜなら、MySQL は、でお ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ( models . Model ): name = models . CharField ( max_length = 50 ) age = models . PositiveIntegerField ... True , blank = True ) alias = models . CharField ( max_length = 50 , null = True , blank = True ) goes_by ... = models . CharField ( max_length = 50 , null = True , blank = True ) We don' ... be emulated using Coalesce if you know a sensible maximum value to provide as a default. NullIf ¶ class ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... od ( models . Model ): kind = models . CharField ( max_length = 50 ) vegetarian = models . BooleanField ( ... <textarea> tags rendered by Textarea now include a maxlength attribute if the TextField model field has a ... max_length . Field.choices now allows you to customize ... alidated against database backend specific min and max values based on their internal_type . Previously m ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels . CASCADE ) department = models . CharField ( max_length = 100 ) User モデルと Employee モデルの両方 ... tractBaseUser ): identifier = models . CharField ( max_length = 40 , unique = True ) ... USERNAME_FIELD = ... ls . EmailField ( verbose_name = 'email address' , max_length = 255 , unique = True , ) date_of_birth = m ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot self . allow_empty_first_page : return 0 hits = max ( 1 , self . count - self . orphans ) return ceil ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.db.backends.dummy" conn . setdefault ( "CONN_MAX_AGE" , 0 ) conn . setdefault ( "OPTIONS" , {}) con ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT