検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for stream (0.040 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 8097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alizer . serialize ( SomeModel . objects . all (), stream = out ) 注釈 Calling get_serializer() with an unkn ... he same format argument as serialize , a string or stream of data, and returns an iterator. However, here it ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
テストツール — Django 4.0.6 ドキュメント 8097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th , data = '' , content_type = 'application/octet-stream' , follow = False , secure = False , ** extra ) ¶ ... th , data = '' , content_type = 'application/octet-stream' , follow = False , secure = False , ** extra ) ¶ ... th , data = '' , content_type = 'application/octet-stream' , follow = False , secure = False , ** extra ) ¶ ... th , data = '' , content_type = 'application/octet-stream' , follow = False , secure = False , ** extra ) ¶ ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 7867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メント] class FileUploadHandler : """ Base class for streaming upload handlers. """ chunk_size = 64 * 2 ** 10 ... lf , raw_data , start ): """ Receive data from the streamed upload parser. ``start`` is the position in the ... ler ( FileUploadHandler ): """ Upload handler that streams data into a temporary file. """ def new_file ( se ... ( FileUploadHandler ): """ File upload handler to stream uploads into memory (used for small files). """ de ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sumed to be a string rather than an arbitrary byte stream. Take an IRI (string or UTF-8 bytes, e.g. '/I ♥ Dj ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 7620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late and context, and turns it into the final byte stream that can be served to the client. There are three ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 7620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the MIME type will be changed to application/octet-stream and the data will be attached unchanged. In additi ... ンドは stdout に書き込みます。 接続を構築するときに stream キーワード引数を指定することで、別のストリーム的な ...
https://man.plustar.jp/django/topics/email.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DEFAULT_ATTACHMENT_MIME_TYPE = "application/octet-stream" RFC5322_EMAIL_LINE_LENGTH_LIMIT = 998 class BadHe ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n" ) serializers . serialize ( "json" , queryset , stream = response ) return response Generally, something ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atic decoding there would alter the meaning of the stream of bytes. 目次 Unicode data Creating the database ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release to support Python 3.5. Due to the end of upstream support for Python 3.2 in February 2016, we won't ... s like getvalue() so that instances can be used as stream objects. The new HttpResponse.setdefault() method ... eady been set. You can use the new FileResponse to stream files. The condition() decorator for conditional v ... PostgreSQL versions older than 9.0 ¶ The end of upstream support periods was reached in July 2014 for Postg ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 NEXT