検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 73 for redirect (0.063 sec.)
テストツール — Django 4.0.6 ドキュメント 6721
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ステータスコードのタプルが、レスポンスオブジェクトの redirect_chain 属性に追加されてゆきます。 たとえば、URL /re ... がさらに /final/ にリダイレクトするような場合には、 redirect_chain は次のような値になります。 >>> response = c ... . get ( '/redirect_me/' , follow = True ) >>> response . redirect_cha ... ステータスコードのタプルが、レスポンスオブジェクトの redirect_chain 属性に追加されてゆきます。 secure を True に ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 6679
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... solute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance with SECURE_SSL_REDIRECT ... s_secure() , build_absolute_uri() , and SECURE_SSL_REDIRECT . Bugfixes ¶ Fixed a regression in Django 2.2 wher ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ame scheme the current request has. If you need to redirect users to HTTPS, it's best to let your web server r ... subclasses live in django.http . class HttpResponseRedirect ¶ The first argument to the constructor is require ... d -- the path to redirect to. This can be a fully qualified URL (e.g. 'https ... nly attribute represents the URL the response will redirect to (equivalent to the Location response header). c ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Here's how Django uses the sites framework: In the redirects framework , each redirect object is associated wi ... th a particular site. When Django searches for a redirect, it takes into account the current site. In the fl ... e to work out the domain for the site that it will redirect to. RequestSite objects ¶ Some django.contrib appl ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ration. For instance, if you do your HTTP to HTTPS redirection in a load balancer, it'd be irritating to be co ... stantly warned about not having enabled SECURE_SSL_REDIRECT . Use SILENCED_SYSTEM_CHECKS to silence unneeded c ... SECURE_CROSS_ORIGIN_OPENER_POLICY , and SECURE_SSL_REDIRECT settings will have no effect. security.W002 : You ... y modern browsers. security.W008 : Your SECURE_SSL_REDIRECT setting is not set to True . Unless your site shou ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.11.15 リリースノート — Django 4.0.6 ドキュメント 6274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... liciously crafted URL of that site could lead to a redirect to another site, enabling phishing and other attac ... nMiddleware now escapes leading slashes to prevent redirects to other domains. 目次 Django 1.11.15 リリースノー ...
https://man.plustar.jp/django/releases/1.11.15.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 6274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... liciously crafted URL of that site could lead to a redirect to another site, enabling phishing and other attac ... nMiddleware now escapes leading slashes to prevent redirects to other domains. Bugfixes ¶ Fixed a regression i ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ANGUAGES ). See the section about the set_language redirect view for an example of how to display a language s ... ( * args , ** options ) その他 ¶ The set_language redirect view ¶ set_language ( request ) ¶ As a convenience ... age() , that sets a user's language preference and redirects to a given URL or, by default, back to the previo ... int to a different host and uses a safe scheme), a redirect to that URL will be performed. Otherwise, Django m ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6218
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e" headers to prevent an issue where Safari caches redirects and prevents a user from being able to log out. A ... allow using it without credentials. The new LOGOUT_REDIRECT_URL setting controls the redirect of the django.co ... the view doesn't get a next_page argument. The new redirect_authenticated_user parameter for the django.contri ... b.auth.views.login() view allows redirecting authenticated users visiting the login page. 新 ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge=False ( #27063 ). Replaced a possibly incorrect redirect from SessionMiddleware when a session is destroyed ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT