検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 123 for ALLOWED (0.048 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 6292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _can_authenticate () ¶ Returns whether the user is allowed to authenticate. To match the behavior of Authenti ... user models that don't have an is_active field are allowed. with_perm ( perm , is_active = True , include_sup ... d by the LoginView by overriding the confirm_login_allowed() method as it rejects inactive users. class Remot ... _can_authenticate () ¶ Returns whether the user is allowed to authenticate. This method returns False for use ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 6292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For this reason, Django 1.3.6 adds a new setting, ALLOWED_HOSTS , which should contain an explicit list of v ... ed. For full details see the documentation for the ALLOWED_HOSTS setting. The default value for this setting ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For this reason, Django 1.4.4 adds a new setting, ALLOWED_HOSTS , containing an explicit list of valid host/ ... ed. For full details see the documentation for the ALLOWED_HOSTS setting. The default value for this setting ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... akes a User object and returns True if the user is allowed to view the page. Note that user_passes_test() doe ... the raise_exception parameter is used. success_url_allowed_hosts ¶ A set of hosts, in addition to request.get ... t context data passed to the template. success_url_allowed_hosts ¶ A set of hosts, in addition to request.get ... ble password (see set_unusable_password() ) aren't allowed to request a password reset to prevent misuse when ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
View decorators — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow to use these decorators with class-based views. Allowed HTTP methods ¶ The decorators in django.views.deco ... ecorators will return a django.http.HttpResponseNotAllowed if the conditions are not met. require_http_method ... PEND_SLASH URL normalization. 目次 View decorators Allowed HTTP methods Conditional view processing GZip comp ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6132
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ocal variable assignment for more complex cases: # Allowed f 'hello { user } ' f 'hello { user . name } ' f ' ... hello { self . user . name } ' # Disallowed f 'hello { get_user () } ' f 'you are { user . age ... * 365.25 } days old' # Allowed with local variable assignment user = get_user () ... e import ( Http404 , HttpResponse , HttpResponseNotAllowed , StreamingHttpResponse , cookie , ) # local Djang ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、使われているライブラリ、等。 環境に合わせた設定 ¶ ALLOWED_HOSTS ¶ DEBUG = False のとき、 ALLOWED_HOSTS が適切 ... う 最重要な設定 SECRET_KEY DEBUG 環境に合わせた設定 ALLOWED_HOSTS CACHES DATABASES EMAIL_BACKEND と関連する設定 ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_slug_field() get_querys ... のフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_queryset() get_context_ ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_actions() . This returns a dictionary of actions allowed. The keys are action names, and the values are (fu ... he action() decorator is equivalent to setting the allowed_permissions attribute on the action function direc ... ueryset . update ( status = 'p' ) make_published . allowed_permissions = [ 'publish' ] make_published . short ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 1.4.15 release notes — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ression in the 1.4.14 security release. Bugfixes ¶ Allowed inherited and m2m fields to be referenced in the a ...
https://man.plustar.jp/django/releases/1.4.15.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT