検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for async (0.038 sec.)
django.db.utils — Django 4.0.6 ドキュメント 7811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y # thread-critical. Database backends should use @async_unsafe to protect # their code from async contexts ... se it's needed as well. There's no cleanup # after async contexts, though, so we don't allow that if we can ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng the manifest file storage. キャッシュ ¶ The new async API for django.core.cache.backends.base.BaseCache ... begins the process of making cache backends async-compatible. The new async methods all have a prefi ... y() . Going forward, the a prefix will be used for async variants of methods generally. CSRF ¶ CSRF protect ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntends to support both for the foreseeable future. Async features will only be available to applications th ... at run under ASGI, however. At this stage async support only applies to the outer ASGI application ... . Internally everything remains synchronous. Asynchronous middleware, views, etc. are not yet support ... s over unless you want to start experimenting with asynchronous code, but we have documentation on deployin ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.1.5 release notes — Django 4.0.6 ドキュメント 7642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t caused a crash when processing middlewares in an async context with a middleware that raises a Middleware ...
https://man.plustar.jp/django/releases/3.1.5.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs: admin : Checks of any admin site declarations. async_support : Checks asynchronous-related configuratio ... wing checks verify your setup for 非同期サポート : async.E001 : You should not set the DJANGO_ALLOW_ASYNC_U ... environment variable in deployment. This disables async safety protection . 後方互換性 ¶ Compatibility che ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed a data loss possibility when using caching from async code ( #31253 ). Fixed a regression in Django 3.0 ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if the default ever changes in a future release.) async_only_middleware ( middleware ) [ソース] ¶ Marks a ... middleware as asynchronous-only . Django will wrap it in an asynchrono ... it is called from the WSGI request path. sync_and_async_middleware ( middleware ) [ソース] ¶ Marks a middl ... eware as sync and async compatible , this allows to avoid converting reque ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Operation ( Exception ): """The user tried to call a sync-only function from an async context.""" pass クイ ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 't implement close methods it is a no-op. 注釈 The async variants of base methods are prefixed with a , e.g ... . cache.aadd() or cache.adelete_many() . See Asynchronous support for more details. Changed in Django ... 4.0: The async variants of methods were added to the BaseCache . ... w in Django 4.0. Django has developing support for asynchronous cache backends, but does not yet support as ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Formtools 非同期サポート 非同期ビュー 非同期安全性 Async adapter functions 前のトピックへ Django への初めて ...
https://man.plustar.jp/django/topics/index.html - [similar]
PREV 1 2 3 NEXT