検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for stream (0.029 sec.)
Django 1.4.19 release notes — Django 4.0.6 ドキュメント 15009
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty release. Bugfixes ¶ GZipMiddleware now supports streaming responses. As part of the 1.4.18 security relea ... jango.views.static.serve() function was altered to stream the files it serves. Unfortunately, the GZipMiddle ... ware consumed the stream prematurely and prevented files from being served ... .18 release notes 関連キーワード release , notes , stream , next , GZipMiddleware , Bugfixes , security , fi ...
https://man.plustar.jp/django/releases/1.4.19.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 10483
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... after reading the request with either of these I/O stream methods will produce a RawPostDataException . Http ... es it possible to consume an incoming request in a streaming fashion. A common use-case would be to process ... トにストリーミングさせる必要がある場合には、代わりに StreamingHttpResponse クラスを使う必要があります。 ヘッダ ... rmined by the value of status_code . HttpResponse. streaming ¶ これは常に False です。 この属性は、ミドルウェ ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 9759
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ A file uploaded to a temporary location (i.e. stream-to-disk). """ def __init__ ( self , name , content ... oadedFile ): """ A file uploaded into memory (i.e. stream-to-memory). """ def __init__ ( self , file , field ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 9759
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ス] ¶ A file uploaded to a temporary location (i.e. stream-to-disk). This class is used by the TemporaryFileU ... dFile [ソース] ¶ A file uploaded into memory (i.e. stream-to-memory). This class is used by the MemoryFileUp ... ileUploadHandler [ソース] ¶ File upload handler to stream uploads into memory (used for small files). class ... ryFileUploadHandler [ソース] ¶ Upload handler that streams data into a temporary file using TemporaryUploade ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 9529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ def __init__ ( self , content , name = None ): stream_class = StringIO if isinstance ( content , str ) e ... lse BytesIO super () . __init__ ( stream_class ( content ), name = name ) self . size = len ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 9052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... step = False , progress = False , silent = False , stream = sys.stdout , strict = False ) ¶ The save() metho ... fter the 1,000th feature, the 2,000th feature etc. stream Status information will be written to this file ha ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 8574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror as e : # ignore zlib complaining on truncated stream, just feed more # data to parser (ticket #19457). ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 8097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r than an HTML file or a generic application/octet-stream binary content. When as_attachment=True is passed ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Signals — Django 4.0.6 ドキュメント 8097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... interactive is True . stdout New in Django 4.0. A stream-like object where verbose output should be redirec ... interactive is True . stdout New in Django 4.0. A stream-like object where verbose output should be redirec ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 8097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ile() now fall back to MIME type application/octet-stream when binary content that can't be decoded as UTF-8 ... ¶ The new django.core.serializers.base.Serializer.stream_class attribute allows subclasses to customize the ... default stream. The encoder used by the JSON serializer can now b ... ped support for PostgreSQL 9.2 and PostGIS 2.0 ¶ Upstream support for PostgreSQL 9.2 ends in September 2017. ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PREV 1 2 3 NEXT