検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 60 for memory (0.039 sec.)
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 8928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n overwhelm your system if you try to read it into memory. You'll probably want to use chunks() instead; see ... res that large files don't overwhelm your system's memory. Here are some useful attributes of UploadedFile : ... full path to the temporary uploaded file. class InMemoryUploadedFile [ソース] ¶ A file uploaded into memory ... (i.e. stream-to-memory). This class is used by the MemoryFileUploadHandle ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
設定 — Django 4.0.6 ドキュメント 8812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you are using a cache backend other than the local memory cache, or you need to define multiple caches, othe ... emcache server, or an identifying name for a local memory cache. e.g.: CACHES = { 'default' : { 'BACKEND' : ... sion-based CSRF cookies, which keep the cookies in-memory instead of on persistent storage. CSRF_COOKIE_DOMA ... h the SQLite database engine, the tests will use a memory resident database. For all other database engines ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 8376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need to ensure they do not contain a DTD. Formset memory exhaustion ¶ Previous versions of Django did not v ... making it possible to exhaust a server's available memory by forcing it to create very large numbers of form ... Host header poisoning XML deserialization Formset memory exhaustion Admin history view information leakage ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 8259
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need to ensure they do not contain a DTD. Formset memory exhaustion ¶ Previous versions of Django did not v ... making it possible to exhaust a server's available memory by forcing it to create very large numbers of form ... Host header poisoning XML deserialization Formset memory exhaustion Admin history view information leakage ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 8158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = ( "UploadedFile" , "TemporaryUploadedFile" , "InMemoryUploadedFile" , "SimpleUploadedFile" , ) [ドキュメン ... t uploaded file (``TemporaryUploadedFile`` and ``InMemoryUploadedFile`` are the built-in concrete subclasses ... before the exception. pass [ドキュメント] class InMemoryUploadedFile ( UploadedFile ): """ A file uploaded ... into memory (i.e. stream-to-memory). """ def __init__ ( self , ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a source. Temporary rasters can be instantiated in memory using the corresponding driver, but they will be o ... (163, 174) >>> rst = GDALRaster ({ # Creates an in-memory raster ... 'srid' : 4326 , ... 'width' : 4 , ... ' ... lly. The creation of rasters from scratch is an in-memory raster by default ( 'MEM' ), but can be altered as ... ypes, see also the GDAL Raster Formats list. An in-memory raster is created through the following example: > ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tings from django.core.files.uploadedfile import InMemoryUploadedFile , TemporaryUploadedFile from django.ut ... leUploadHandler" , "TemporaryFileUploadHandler" , "MemoryFileUploadHandler" , "load_handler" , "StopFutureHa ... cept FileNotFoundError : pass [ドキュメント] class MemoryFileUploadHandler ( FileUploadHandler ): """ File u ... pload handler to stream uploads into memory (used for small files). """ def handle_raw_input ( ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7605
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this will force all the results to be loaded into memory prior to pickling. Pickling is usually used as a p ... der, is slightly faster and consumes a little less memory in the Python process. For example, both of these ... e result (unless you need to load the objects into memory anyway, in which case len() will be faster). Note ... better performance and a significant reduction in memory. Note that using iterator() on a QuerySet which ha ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7605
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Argon2 password hasher is changed to Argon2id. memory_cost and parallelism are increased to 102,400 and ... to match the argon2-cffi defaults. Increasing the memory_cost pushes the required memory from 512 KB to 100 ... ll rather conservative but can lead to problems in memory constrained environments. If this is the case, the ... databases because data is loaded line by line into memory, rather than being loaded all at once. Signals ¶ S ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 7387
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efore, a big file with no newlines would result in memory usage equal to the size of that file. An attacker ... view now reads the file in chunks to prevent large memory usage. Note, however, that this view has always ca ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
PREV 1 2 3 4 5 6 NEXT