検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 76 for MIDDLEWARE (0.064 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... What's new in Django 3.1 ¶ Asynchronous views and middleware support ¶ Django now supports a fully asynchronous ... t path, including: Asynchronous views Asynchronous middleware Asynchronous tests and test client To get started ... ntation. You are free to mix async and sync views, middleware, and tests as much as you want. Django will ensure ... s to 'same-origin' . With this configured, SecurityMiddleware sets the Referrer Policy header to same-origin on ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onse ¶ QueryDict.fromkeys() を追加しました。 CommonMiddleware が 非ストリーミングレスポンスに対して Content-Leng ... he Strict-Transport-Security header. ConditionalGetMiddleware now adds the ETag header to responses. シリアル化 ... he-Control ) とともに無用となりました。 UpdateCacheMiddleware および add_never_cache_headers() は patch_response ... にリストを含められるようになりました。 ConditionalGetMiddleware no longer sets the Date header as web servers set ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
ジェネリックビュー (generic view) — Django 4.0.6 ドキュメント 6275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のショートカット関数 次のトピックへ ミドルウェア (Middleware) 関連キーワード ジェネリックビュー , generic , pre ...
https://man.plustar.jp/django/topics/http/generic-views.html - [similar]
Django 3.1.5 release notes — Django 4.0.6 ドキュメント 6247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 3.1 that caused a crash when processing middlewares in an async context with a middleware that raises ... a MiddlewareNotUsed exception ( #32299 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/3.1.5.html - [similar]
HTTP リクエストのハンドリング — Django 4.0.6 ドキュメント 6247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 関数 ジェネリックビュー (generic view) ミドルウェア (Middleware) セッションの使いかた 前のトピックへ 一対一 (one-t ...
https://man.plustar.jp/django/topics/http/index.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NSERT や UPDATE を強制する for details. Split CacheMiddleware ¶ Django's CacheMiddleware has been split into thr ... ee classes: CacheMiddleware itself still exists and retains all of its previou ... nctionality, but it is now built from two separate middleware classes which handle the two parts of caching (ins ... ions where combining these functions into a single middleware posed problems. Full details, including updated no ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for example. HTTP のパフォーマンス ¶ ミドルウェア (Middleware) ¶ Django は、サイトのパフォーマンス改善に役立つい ... くつかの middleware を用意しています。以下のようなものがあります。 Con ... ditionalGetMiddleware ¶ Adds support for modern browsers to conditionall ... It also calculates and sets an ETag if needed. GZipMiddleware ¶ Compresses responses for all modern browsers, sa ...
https://man.plustar.jp/django/topics/performance.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンの機能を有効にするには、次のように設定を行います。 MIDDLEWARE 設定を編集し 'django.contrib.sessions.middleware.S ... essionMiddleware' を含むようにする。 django-admin startproject で作 ... られるデフォルトの settings.py は SessionMiddleware が有効化されています。 セッションを使いたくない場合 ... は、 MIDDLEWARE 内の SessionMiddleware 行と INSTALLED_APPS 内の 'd ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ages without installing " "django.contrib.messages.middleware.MessageMiddleware" ) else : return messages . add ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es can be altered later (e.g. in template response middleware ). If you need custom template loading or custom c ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT