検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 98 for read (0.021 sec.)
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 11930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for a version of Python that could be insecure. To read more about the decision and to let us know if this ... will be problematic for you, please read the django-developers thread . Bugfixes ¶ Fixed in ... gression in the admin which ignored line breaks in read-only fields instead of converting them to <br> ( # ... ド Fixed , when , values , filter , using , which , read , formats , list , we クイック検索 Last update: 20 ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 11538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hods to access the uploaded content: UploadedFile. read () ¶ Read the entire uploaded data from the file. ... is huge it can overwhelm your system if you try to read it into memory. You'll probably want to use chunks ... True if the uploaded file is big enough to require reading in multiple chunks. By default this will be any ... , you should use this method in a loop instead of read() . In practice, it's often easiest to use chunks( ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
データベース — Django 4.0.6 ドキュメント 11342
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abase whenever it needs one and doesn't have one already — either because this is the first connection, or ... st gets a fresh connection. Caveats ¶ Since each thread maintains its own connection, your database must s ... many simultaneous connections as you have worker threads. Sometimes a database won't be accessed by the ma ... base small. The development server creates a new thread for each request it handles, negating the effect o ...
https://man.plustar.jp/django/ref/databases.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 9957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a class that provides up to four methods: db_for_read ( model , ** hints ) ¶ Suggest the database that s ... hould be used for read operations for objects of type model . If a databa ... the behavior of allow_migrate() for models that already have migrations may result in broken foreign keys ... stance , an object instance that is related to the read or write operation that is underway. This might be ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Writing code — Django 4.0.6 ドキュメント 9369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng for a way to get started contributing to Django read the Django への初めてのパッチを書く tutorial and h ... tickets and review patches created by other users. Read the Advice for new contributors to help you get or ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 8977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メント] def chunks ( self , chunk_size = None ): """ Read the file and yield chunks of ``chunk_size`` bytes ... portedOperation ): pass while True : data = self . read ( chunk_size ) if not data : break yield data [ドキ ... ways return ``False`` -- there's no good reason to read from memory in chunks. """ return self . size > ( ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 8585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ImageFile . Parser () if hasattr ( file_or_path , "read" ): file = file_or_path file_pos = file . tell () ... le file. chunk_size = 1024 while 1 : data = file . read ( chunk_size ) if not data : break try : p . feed ... : # Ignore PIL failing on a too short buffer when reads return # less bytes than expected. Skip and feed ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 8389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t append the truncation text if the current text already # ends in this. return text return " %s%s " % ( t ... mtime = 0 ) class StreamingBuffer ( BytesIO ): def read ( self ): ret = self . getvalue () self . seek ( 0 ... e = 0 ) as zfile : # Output headers... yield buf . read () for item in sequence : zfile . write ( item ) d ... ata = buf . read () if data : yield data yield buf . read () # Expr ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 8389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t permissions to the inline model, would display a read-only view of the parent model but editable forms f ... y this change should replace the use of inlines in read-only parents with custom forms and views that expl ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 8193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t permissions to the inline model, would display a read-only view of the parent model but editable forms f ... y this change should replace the use of inlines in read-only parents with custom forms and views that expl ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT