検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 38 for scheme (0.036 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 7830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... multiple databases is to set up a database routing scheme. The default routing scheme ensures that objects r ... e saved on the same database). The default routing scheme ensures that if a database isn't specified, all qu ... ave to do anything to activate the default routing scheme -- it is provided 'out of the box' on every Django ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 属性は読み取り専用だと考えてください。 HttpRequest. scheme ¶ リクエストのスキームを表す文字列です (通常は htt ... full path to the requested page, not including the scheme, domain, or query string. 例: "/music/bands/the_be ... will always generate an absolute URI with the same scheme the current request has. If you need to redirect u ... o the server when a request is made with the https scheme. Use httponly=True if you want to prevent client-s ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 7688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.utils.http.is_safe_url() ) didn't check if the scheme is http(s) and as such allowed javascript:... URLs ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NDELIMS + "~" ) # Handle IDN before quoting. try : scheme , netloc , path , query , fragment = urlsplit ( ur ... = unquote_quote ( fragment ) return urlunsplit (( scheme , netloc , path , query , fragment )) @keep_lazy_t ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 7547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t classes, performing additional validation of the scheme of the URL to redirect to (since, both within Djan ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 7547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t classes, performing additional validation of the scheme of the URL to redirect to (since, both within Djan ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 7547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.utils.http.is_safe_url() ) didn't check if the scheme is http(s) and as such allowed javascript:... URLs ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ful if expected_url isn't part of your Django app. Scheme is handled correctly when making comparisons betwe ... en two URLs. If there isn't any scheme specified in the location where we are redirected ... to, the original request's scheme is used. If present, the scheme in expected_url is ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 7405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... edRedirect ( SuspiciousOperation ): """Redirect to scheme not in allowed list""" pass class TooManyFieldsSen ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _safe_url() is renamed to url_has_allowed_host_and_scheme() . That a URL has an allowed host and scheme does ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 NEXT