検索

phrase: max: clip:
target: order:
Results of 21 - 27 of about 27 for stream (0.047 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly-printed error message to the appropriate output stream (i.e., stderr); as a result, raising this exceptio ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly-printed error message to the appropriate output stream (i.e., stderr ); as a result, raising this excepti ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, and can improve performance. Better support for streaming responses via the new StreamingHttpResponse res ... ation with prefetch_related . Explicit support for streaming responses ¶ Before Django 1.5, it was possible ... to create a streaming response by passing an iterator to HttpResponse ... tor prematurely. You can now explicitly generate a streaming response with the new StreamingHttpResponse cla ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_migrate() signals allows redirecting output to a stream-like object. It should be preferred over sys.stdou ... is removed. Dropped support for PostgreSQL 9.6 ¶ Upstream support for PostgreSQL 9.6 ends in November 2021. ... n 3.8. Dropped support for Oracle 12.2 and 18c ¶ Upstream support for Oracle 12.2 ends in March 2022 and for ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sumed to be a string rather than an arbitrary byte stream. Takes an IRI (string or UTF-8 bytes) and returns ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eadable() と seekable() を追加して、インスタンスを stream-like オブジェクトにすることで、 io.TextIOWrapper で ... ポートの終了 ¶ 2016年9月に PostgreSQL 9.1 に対する upstream のサポートが終了しました。これに伴い、Django 1.10 ... .server' : { 'level' : 'INFO' , 'class' : 'logging.StreamHandler' , 'formatter' : 'django.server' , }, }, 'l ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... query results will either be loaded all at once or streamed from the database using server-side cursors. Wit ... ¶ Oracle and PostgreSQL use server-side cursors to stream results from the database without loading the enti ... ithout server-side cursors ¶ MySQL doesn't support streaming results, hence the Python database driver loads ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 NEXT