検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for HOSTS (0.018 sec.)
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 8262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL reversing could gener ... es reverse() could generate URLs pointing to other hosts File upload denial-of-service RemoteUserMiddleware ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 7784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et_host() メソッド内で Host ヘッダーの値を ALLOWED_HOSTS 設定で検証します。 このヘッダの検証は get_host() メ ... 意してください。 より詳しい情報については、 ALLOWED_HOSTS ドキュメントをご覧ください。 警告 以前のドキュメン ... ェブサーバー設定にたよるだけでなく、Djangoの ALLOWED_HOSTS に明示的に設定する必要があります。 さらに、Djangoで ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7669
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ginView と LogoutView の新しい success_url_allowed_hosts 属性によって、ログインおよびログアウト後のリダイレ ... .csrf ロガーに記録されるようになりました。 ALLOWED_HOSTS バリデーションが、テスト時に無効化されないようにな ... ホスト名でのテストを含む場合、そのホスト名を ALLOWED_HOSTS に含める必要があります。 Tests and multiple host n ... aviors キー下にセットしてください。 新たな allowed_hosts が採用されたため、 django.utils.http.is_safe_url() ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 7669
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ttings' object has no attribute '_original_allowed_hosts' exception, it's probably fixed (#20636). 目次 Dja ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appear as a backwards incompatible change. ALLOWED_HOSTS required in production ¶ The new ALLOWED_HOSTS set ... な機能 Backwards incompatible changes in 1.5 ALLOWED_HOSTS required in production Managers on abstract models ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onモジュールです。 設定例を幾つか示します: ALLOWED_HOSTS = [ 'www.example.com' ] DEBUG = False DEFAULT_FROM ... com' 注釈 もし DEBUG を False にした場合、 ALLOWED_HOSTS も設定する必要があります。 設定ファイルはPythonのモ ...
https://man.plustar.jp/django/topics/settings.html - [similar]
設定 — Django 4.0.6 ドキュメント 7422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e.com' ), ( 'Mary' , 'mary@example.com' )] ALLOWED_HOSTS ¶ デフォルト値: [] (空のリスト) Django サイトを配信 ... 例外を起こします。 When DEBUG is True and ALLOWED_HOSTS is empty, the host is validated against ['.localho ... st', '127.0.0.1', '[::1]'] . ALLOWED_HOSTS is also checked when running tests . このヘッダの検 ... False , you also need to properly set the ALLOWED_HOSTS setting. Failing to do so will result in all reque ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 7422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ttings' object has no attribute '_original_allowed_hosts' exception, it's probably fixed (#20636). 目次 Dja ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_exception parameter is used. success_url_allowed_hosts ¶ A set of hosts, in addition to request.get_host( ... t data passed to the template. success_url_allowed_hosts ¶ A set of hosts, in addition to request.get_host( ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6961
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... request from a client that does not match ALLOWED_HOSTS , Django will return a 400 response, and an error ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 1 2 3 NEXT