検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 76 for MIDDLEWARE (0.070 sec.)
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... makes use of a token inserted into outgoing forms. Middleware then checks for the token's presence on form submi ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6039
" + 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 ... d by the commit_on_success decorator or the django.middleware.transaction.TransactionMiddleware , and commit_man ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 6039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod ( #23950 ). Prevented the django.contrib.auth.middleware.SessionAuthenticationMiddleware from setting a "Va ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nally everything remains synchronous. Asynchronous middleware, views, etc. are not yet supported. You can, howev ... er, use ASGI middleware around Django's application, allowing you to combi ... なりました。この設定を有効にすることにより、 SecurityMiddleware が X-Content-Type-Options: nosniff ヘッダを付与され ... ポンスにこのヘッダを付与することになります。 SecurityMiddleware can now send the Referrer-Policy header. テスト ¶ ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 6039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... モデルと紐付けられるようにします。 そして、あなたの MIDDLEWARE 内にある以下の項目です: SessionMiddleware は、リク ... ストを横断する sessions を管理します。 AuthenticationMiddleware は、ユーザとセッションを使用リクエストを紐付けます ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to you to handle the response. It does not support middleware. Session and authentication attributes must be sup ... actory . get ( '/customer/details' ) # Recall that middleware are not supported. You can simulate a # logged-in ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e no effect; to use Psyco , we recommend writing a middleware class to activate it. What's new in 0.96? ¶ This r ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atic files requests do not pass through the normal middleware chain . ユーザーによりアップロードされるファイルの ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LED_APPS 設定で有効になり、それ以外では URLconfs、 MIDDLEWARE 設定、テンプレート継承などの仕組みから使われます。 ...
https://man.plustar.jp/django/ref/applications.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of static files. File serving doesn't run through MIDDLEWARE . The command adds these options: --nostatic ¶ Use ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT