検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for size (0.041 sec.)
Multiple object mixins — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng by default. paginate_queryset ( queryset , page_size ) ¶ Returns a 4-tuple containing ( paginator , pag ... . Constructed by paginating queryset into pages of size page_size . If the request contains a page argumen ... ted. Specifically, this is set to False if no page size has been specified, or if the available objects do ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncluding these can have a multiplier effect on the size of your result set. This will be especially pronou ... raised. bulk_create() ¶ bulk_create ( objs , batch_size = None , ignore_conflicts = False ) ¶ This method ... t primary keys: from itertools import islice batch_size = 100 objs = ( Entry ( headline = 'Test %s ' % i ) ... while True : batch = list ( islice ( objs , batch_size )) if not batch : break Entry . objects . bulk_cre ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re now created as identity columns . The new chunk_size parameter of QuerySet.iterator() controls the numb ... スタマイズするための新しい設定項目として、 DATAFILE_SIZE 、 DATAFILE_TMP_SIZE 、 DATAFILE_EXTSIZE 、 DATAFI ... LE_TMP_EXTSIZE が追加されました。 バリデータ ¶ The new ProhibitNu ... part of the assertNumQueries() count. The default size of the Oracle test tablespace is increased from 20 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r a file-like object that can be wrapped in File . size ( name ) ¶ Returns the total size, in bytes, of th ... torage systems that aren't able to return the file size this will raise NotImplementedError instead. url ( ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... salt itself is a random value which increases the size and thus the cost of the rainbow table and is curr ... erations within the hash. memory_cost controls the size of memory that must be used during the computation ... ls the number of iterations within the hash. block_size parallelism controls how many threads will run in ... parallel. maxmem limits the maximum size of memory that can be used during the computation ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 7276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mage data attributes, such as height , width , and size are available on the instance, the underlying imag ... <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=191x287 at 0x7F99A94E9048> File オブジェクト ¶ Int ... ' )) >>> path 'path/to/file' >>> default_storage . size ( path ) 11 >>> default_storage . open ( path ) . ...
https://man.plustar.jp/django/topics/files.html - [similar]
索引 — Django 4.0.6 ドキュメント 7204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 性) Chr (django.db.models.functions のクラス) chunk_size (FileUploadHandler の属性) chunks() (File のメソッ ... ata() (GDALBand のメソッド) DATA_UPLOAD_MAX_MEMORY_SIZE setting DATA_UPLOAD_MAX_NUMBER_FIELDS setting DATA ... ase の属性) DataError DATAFILE setting DATAFILE_EXTSIZE setting DATAFILE_MAXSIZE setting DATAFILE_SIZE set ... ting DATAFILE_TMP setting DATAFILE_TMP_EXTSIZE setting DATAFILE_TMP_MAXSIZE setting DATAFILE_TMP_ ...
https://man.plustar.jp/django/genindex.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 7204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... harField ( widget = forms . TextInput ( attrs = { 'size' : '40' })) You can also modify a widget in the fo ... : 'special' }) comment . widget . attrs . update ( size = '40' ) Or if the field isn't declared directly o ... . fields [ 'comment' ] . widget . attrs . update ( size = '40' ) Django はこれで、レンダリングされたアウト ... Comment:</th><td><input type="text" name="comment" size="40" required></td></tr> attrs を使った HTML の id ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Signals — Django 4.0.6 ドキュメント 7204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... izzaStore : ... def send_pizza ( self , toppings , size ): pizza_done . send ( sender = self . __class__ , ... toppings = toppings , size = size ) ... Both send() and send_robust() return ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 7073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RequestDataTooBig ( SuspiciousOperation ): """ The size of the request (excluding any file uploads) exceed ... ed settings.DATA_UPLOAD_MAX_MEMORY_SIZE. """ pass [ドキュメント] class RequestAborted ( Ex ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT