検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 106 for max (0.063 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookie ( key , default = RAISE_ERROR , salt = '' , max_age = None ) ¶ Returns a cookie value for a signed ... force attacks on your secret key. If supplied, the max_age argument will be checked against the signed ti ... ookie value to ensure the cookie is not older than max_age seconds. 例: >>> request . get_signed_cookie ( ... re: ... >>> request . get_signed_cookie ( 'name' , max_age = 60 ) ... SignatureExpired: Signature age 167 ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itlines ( True ): # True keeps trailing linebreaks max_width = min (( line . endswith ( " \n " ) and widt ... h + 1 or width ), width ) while len ( line ) > max_width : space = line [: max_width + 1 ] . rfind ( ... \n " % line [: space - 1 ] line = line [ space :] max_width = min (( line . endswith ( " \n " ) and widt ... _wrapped ) # Calculate the length to truncate to (max length - end_text length) truncate_len = length fo ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to print 1 or 0 . Changes to the interpretation of max_num in FormSets ¶ As part of enhancements made to ... mSets, the default value and interpretation of the max_num parameter to the django.forms.formsets.formset ... ged slightly. This change also affects the way the max_num argument is used for inline admin objects. Pre ... viously, the default value for max_num was 0 (zero). FormSets then used the boolean v ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ', 'OFTDate'] field_widths ¶ Returns a list of the maximum field widths for each of the fields in this la ... R Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle bounding box. ... the minimum X coordinate. min_y ¶ The value of the maximum X coordinate. max_x ¶ The value of the minimum ... Y coordinate. max_y ¶ The value of the maximum Y coordinate. ur ¶ Th ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d = ArrayField ( ArrayField ( models . CharField ( max_length = 10 , blank = True ), size = 8 , ), size = ... ptional argument. If passed, the array will have a maximum size as specified. This will be passed to the ... st ( models . Model ): name = models . CharField ( max_length = 200 ) tags = ArrayField ( models . CharFi ... eld ( max_length = 200 ), blank = True ) def __str__ ( self ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
データベース — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se in each request. They're controlled by the CONN_MAX_AGE parameter which defines the maximum lifetime o ... equest. To enable persistent connections, set CONN_MAX_AGE to a positive integer of seconds. For unlimite ... . Django closes the connection once it exceeds the maximum age defined by CONN_MAX_AGE or when it isn't u ... Django closes the connection if it has reached its maximum age. If your database terminates idle connecti ...
https://man.plustar.jp/django/ref/databases.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce ( models . Model ): name = models . CharField ( max_length = 50 ) address = models . CharField ( max_l ... e = models . CASCADE ) name = models . CharField ( max_length = 50 ) def __str__ ( self ): return " %s th ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 6139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... event_loop () loop_executor = ThreadPoolExecutor ( max_workers = 1 ) loop_future = loop_executor . submit ... loop . set_default_executor ( ThreadPoolExecutor ( max_workers = int ( os . environ [ "ASGI_THREADS" ])) ... code single_thread_executor = ThreadPoolExecutor ( max_workers = 1 ) # Maintain a contextvar for the curr ... in current context executor = ThreadPoolExecutor ( max_workers = 1 ) self . context_to_thread_executor [ ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be coerced to strings by get_db_prep_value() . For maximum flexibility you can use a TextField which does ... n't have a maximum length defined, however this may incur signifi ... xtra = 3 , can_order = False , can_delete = True , max_num = None , formfield_callback = None , validate_ ... , min_num = None , validate_min = False , absolute_max = None , can_delete_extra = True ) ¶ Returns a Gen ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models . Model ): headline = models . CharField ( max_length = 200 ) # ... sites = models . ManyToManyFi ... models . Model ): headline = models . CharField ( max_length = 200 ) # ... site = models . ForeignKey ( ... photos' ) photographer_name = models . CharField ( max_length = 100 ) pub_date = models . DateField () si ... photos' ) photographer_name = models . CharField ( max_length = 100 ) pub_date = models . DateField () pu ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT