検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 76 for MIDDLEWARE (0.053 sec.)
非同期サポート — Django 4.0.6 ドキュメント 7134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ロガーのデバッグロギングを有効にして、 "Synchronous middleware ... adapted" に関するログメッセージを探します。 AS ... alty of around a millisecond. This is also true of middleware. Django will attempt to minimize the number of con ... nd async. If you have an ASGI server, but all your middleware and views are synchronous, it will switch just onc ... e, before it enters the middleware stack. However, if you put synchronous middleware ...
https://man.plustar.jp/django/topics/async.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 7092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can sometimes be beneficial to allow decorators or middleware to modify a response after it has been constructed ... .content . After passing through template response middleware, but before passing through response middleware. A ... ly complete and rendered response. If you're using middleware, you can do that. Middleware provides multiple opp ... t from a view. If you put behavior in the response middleware, it's guaranteed to execute after template renderi ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew function, or you can rely on the ConditionalGetMiddleware middleware to set the ETag header. When the client ... quests made with PUT versus POST . Comparison with middleware conditional processing ¶ Django provides condition ... al GET handling via django.middleware.http.ConditionalGetMiddleware . While being suitab ... le for many situations, the middleware has limitations for advanced usage: It's applied g ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さい。 新しいスタイルのミドルウェア ¶ A new style of middleware is introduced to solve the lack of strict request/ ... response layering of the old-style of middleware described in DEP 0005 . You'll need to adapt old, ... custom middleware and switch from the MIDDLEWARE_CLASSES setting to ... the new MIDDLEWARE setting to take advantage of the improvements. Uni ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mails about 404 errors when: DEBUG is False ; Your MIDDLEWARE setting includes django.middleware.common.BrokenLi ... nkEmailsMiddleware . If those conditions are met, Django will email t ... is from broken web bots too. 注釈 BrokenLinkEmailsMiddleware must appear before other middleware that intercept ... s 404 errors, such as LocaleMiddleware or FlatpageFallbackMiddleware . Put it toward the ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get_response argument for django.utils.deprecation.MiddlewareMixin.__init__() will be required and won't accept ... oved. The USE_ETAGS setting will be removed. CommonMiddleware and django.utils.cache.patch_response_headers() wi ... is behavior will be removed. Support for old-style middleware using settings.MIDDLEWARE_CLASSES will be removed. ... regardless of whether or not 'django.contrib.auth.middleware.SessionAuthenticationMiddleware' is in MIDDLEWARE_ ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nvalidates old sessions if the django.contrib.auth.middleware.SessionAuthenticationMiddleware is enabled. See Se ... level. django.contrib.redirects ¶ RedirectFallbackMiddleware has two new attributes ( response_gone_class and r ... at specify the types of HttpResponse instances the middleware returns. django.contrib.sessions ¶ The "django.con ... onse. This makes it possible for the ConditionalGetMiddleware to handle conditional GET requests for sitemaps wh ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... て言語を設定するのがよいでしょう。その方法は、 LocaleMiddleware が有効化されているか否かによって異なります。 ミドル ... gs changes: from django.test import TestCase class MiddlewareTestCase ( TestCase ): def test_cache_middleware ( ... self ): with self . modify_settings ( MIDDLEWARE = { 'append' : 'django.middleware.cache.FetchFromC ... acheMiddleware' , 'prepend' : 'django.middleware.cache.UpdateCach ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 6801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mysite is the name of your project. Applying ASGI middleware ¶ To apply ASGI middleware, or to embed Django in ... For example: from some_asgi_library import AmazingMiddleware application = AmazingMiddleware ( application ) 目 ... ジェクト Settings モジュールを設定する Applying ASGI middleware 前のトピックへ How to authenticate against Django' ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault is True to retain the old behavior. The LocaleMiddleware now stores the active language in session if it is ... ously available in django.core.xheaders . The XViewMiddleware has been moved from django.middleware.doc to djang ... o.contrib.admindocs.middleware because it is an implementation detail of admindoc ... o 1.6, and the current APIs are deprecated: django.middleware.transaction.TransactionMiddleware django.db.transa ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT