検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 123 for ALLOWED (0.019 sec.)
django.core.validators — Django 4.0.6 ドキュメント 10968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age = _ ( "File extension “ %(extension)s ” is not allowed. " "Allowed extensions are: %(allowed_extensions)s ... ) code = "invalid_extension" def __init__ ( self , allowed_extensions = None , message = None , code = None ) ... : if allowed_extensions is not None : allowed_extensions = [ al ... lowed_extension . lower () for allowed_extension in allowed_extensions ] self . allowed_e ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 10882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by HTTP RFC7231 section 7.1.1.1. The three formats allowed by the RFC are accepted, even if only the first on ... = pattern [ 1 :]) or pattern == host ) def url_has_allowed_host_and_scheme ( url , allowed_hosts , require_ht ... = False ): """ Return ``True`` if the url uses an allowed host and a safe scheme. Always return ``False`` on ... url = url . strip () if not url : return False if allowed_hosts is None : allowed_hosts = set () elif isinst ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 10549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メソッド as_view() dispatch() head() http_method_not_allowed() setup() TemplateView ¶ class TemplateView ¶ 属性 ... () get() get_context_data() head() http_method_not_allowed() render_to_response() setup() RedirectView ¶ clas ... ) delete() dispatch() get() head() http_method_not_allowed() options() post() put() setup() 詳細のビュー ¶ De ... context_data() get_object() head() http_method_not_allowed() render_to_response() setup() リストのビュー ¶ Li ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 9883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go don't validate the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them v ... to the database with a superuser account. settings.ALLOWED_HOSTS is now validated regardless of DEBUG . For c ... onvenience, if ALLOWED_HOSTS is empty and DEBUG=True , the following vari ... ations of localhost are allowed ['localhost', '127.0.0.1', '::1'] . If your local ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 9624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go don't validate the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them v ... to the database with a superuser account. settings.ALLOWED_HOSTS is now validated regardless of DEBUG . For c ... onvenience, if ALLOWED_HOSTS is empty and DEBUG=True , the following vari ... ations of localhost are allowed ['localhost', '127.0.0.1', '::1'] . If your local ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 9550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go don't validate the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them v ... to the database with a superuser account. settings.ALLOWED_HOSTS is now validated regardless of DEBUG . For c ... onvenience, if ALLOWED_HOSTS is empty and DEBUG=True , the following vari ... ations of localhost are allowed ['localhost', '127.0.0.1', '::1'] . If your local ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 8957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore prefetch_related() on its queryset ( #25496 ). Allowed "mode=memory" in SQLite test database name if supp ... have their reverse relations disabled ( #25545 ). Allowed filtering over a RawSQL annotation ( #25506 ). Mad ... #25618 ). Fixed a regression in URLValidator that allowed URLs with consecutive dots in the domain section ( ... h with GenericRelation and BaseModelAdmin.to_field_allowed ( #25622 ). 目次 Django 1.8.6 リリースノート Bugfi ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 8883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11.8 made AuthenticationForm run its confirm_login_allowed() method even if an incorrect password is entered. ... t a user, depending on what messages confirm_login_allowed() raises. If confirm_login_allowed() isn't overrid ... has been set to is_active=False . If confirm_login_allowed() is overridden, more sensitive details could be l ... Django 1.11.9 リリースノート 関連キーワード This , allowed , login , confirm , AuthenticationForm , backend , ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
Django 1.4.7 release notes — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s versions of Django it was possible to bypass the ALLOWED_INCLUDE_ROOTS setting used for security with the s ... ifying a relative path that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = ("/ ... emplate , possible , traversal , would , INCLUDE , ALLOWED , In クイック検索 Last update: 2022年6月01日 « pre ...
https://man.plustar.jp/django/releases/1.4.7.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11.8 made AuthenticationForm run its confirm_login_allowed() method even if an incorrect password is entered. ... t a user, depending on what messages confirm_login_allowed() raises. If confirm_login_allowed() isn't overrid ... has been set to is_active=False . If confirm_login_allowed() is overridden, more sensitive details could be l ... 連キーワード Fixed , regression , login , confirm , allowed , AuthenticationForm , This , crashes , where , au ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT