検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 112 for auth (0.051 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is now parsed in model docstrings. django.contrib.authAuthorization backends can now raise PermissionD ... ot affect users who have subclassed django.contrib.auth.hashers.PBKDF2PasswordHasher to change the default ... TP email backend now supports keyfile and certfile authentication with the EMAIL_SSL_CERTFILE and EMAIL_SS ... mand now supports MySQL's optional SSL certificate authority setting ( --ssl-ca ). The new makemigrations ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... heir availability to certain users. django.contrib.auth ¶ createsuperuser now gives a prompt to allow bypa ... ssing the AUTH_PASSWORD_VALIDATORS checks. django.contrib.gis ¶ T ... if that's the case like this: from django.contrib.auth import get_user_model User = get_user_model () Use ... (if you don't already) and include 'django.contrib.auth.hashers.BCryptPasswordHasher' . Moved wrap_label w ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 6573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exception will be raised. >>> from django.contrib.auth.models import User # A field on the model >>> User ... y ) that start with a "+". >>> from django.contrib.auth.models import User >>> User . _meta . get_fields ( ... t_fields ( include_hidden = True ) (<ManyToOneRel: auth.user_groups>, <ManyToOneRel: auth.user_user_permis ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 6573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ログイン試行数の制限 サードパーティに対する認証 (OAuthなど) Object-level permissions インストール ¶ 認証関 ... 連をサポートする仕組みは、 django.contrib.auth 内の Django contrib モジュールとしてバンドルされて ... 2 つの項目により構成されています: 'django.contrib.auth' は、認証フレームワークおよびそのデフォルトのモデル ... e は、リクエストを横断する sessions を管理します。 AuthenticationMiddleware は、ユーザとセッションを使用リ ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6522
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » django.contrib.auth ¶ このドキュメントでは、Django の 認証システムのコ ... sarily control whether or not the user can log in. Authentication backends aren't required to check for th ... n. In this case, you'll also want to customize the AuthenticationForm used by the LoginView as it rejects ... ission-checking methods such as has_perm() and the authentication in the Django admin all return False for ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late.context_processors.request' , 'django.contrib.auth.context_processors.auth' , 'django.contrib.message ... ビルトインのプロセッサが行うことです: django.contrib.auth.context_processors.authauth ( request ) ¶ このプ ... ての RequestContext は以下の変数を含みます: user -- auth.User のインスタンスで、現在ログイン中のユーザ (ある ... のインスタンス) を表します。 perms -- django.contrib.auth.context_processors.PermWrapper のインスタンスで、現 ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6421
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions for inactive users ¶ If you provide a custom auth backend with supports_inactive_user set to True , ... ther centralizing the permission handling. See the authentication docs for more details. GeoDjango ¶ The G ... t view now accepts from_email ¶ The django.contrib.auth.views.password_reset() view now accepts a from_ema ... lmost identical implementation in the already used auth app. A side effect of this duplication was the mis ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーバーライドできるようになりました。 django.contrib.auth ¶ PBKDF2 パスワードハッシュに対するデフォルトのイテ ... た後に自動的にログインできるようになりました。複数の AUTHENTICATION_BACKENDS を設定している場合、 post_reset ... パスワード変更フォームを送信します。 update_session_auth_hash() がセッションキーをローテーションさせるように ... UserCreationForm に追加されました。 HttpRequest が authenticate() に渡されるようになりました。これは、 req ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er on the transformed value, for example qs.filter(author__birthdate__year__lte=1981) . For more informati ... r setting initial change form data. django.contrib.auth ¶ Any **kwargs passed to email_user() are passed t ... l as a single permission. You can override the new AuthenticationForm.confirm_login_allowed() method to mo ... easily customize the login policy. django.contrib.auth.views.password_reset() takes an optional html_emai ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 6371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k via user-supplied redirect URLs containing basic auth ¶ Django relies on user input in some cases (e.g. ... django.contrib.auth.views.login() and i18n ) to redirect the user to a ... tp.is_safe_url() ) considered some URLs with basic authentication credentials "safe" when they shouldn't b ... k via user-supplied redirect URLs containing basic auth CVE-2016-2513: User enumeration through timing dif ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT