検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 112 for auth (0.062 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 6371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raded from version 4.0.7 to 4.0.13. django.contrib.auth ¶ The default iteration count for the PBKDF2 passw ... ins until Django 4.0. AbstractBaseUser.get_session_auth_hash() now uses the SHA-256 hashing algorithm. Sup ... increased to 150 ¶ A migration for django.contrib.auth.models.User.first_name is included. If you have a ... form: from django import forms from django.contrib.auth.forms import UserChangeForm class MyUserChangeForm ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6333
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eed to fetch. Improved password hashing ¶ Django's auth system ( django.contrib.auth ) stores passwords us ... m , password_change and add_view in django.contrib.auth.views , as well as user_change_password in the adm ... helpful security overview page. The django.contrib.auth.models.check_password function has been moved to t ... he django.contrib.auth.hashers module. Importing it from the old location ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6333
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ForeignKey and ManyToManyField . django.contrib.auth ¶ The default iteration count for the PBKDF2 passw ... e の max_length が 150 文字に拡大 ¶ django.contrib.auth.models.User.last_name に対するマイグレーションが含 ... タムフォームを使用してください。 from django.contrib.auth.forms import UserChangeForm class MyUserChangeForm ... dmin.form を設定してください。 from django.contrib.auth.admin import UserAdmin from django.contrib.auth.mo ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 6282
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he ability to use ABSOLUTE_URL_OVERRIDES with the 'auth.User' model ( #11775 ). As a side effect, the sett ... that have the same last part (e.g. django.contrib.auth and vendor.auth ) ( #23483 ). Restored the ability ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 6282
" + 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.9.3.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 6282
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m_email , recipient_list , fail_silently = False , auth_user = None , auth_password = None , connection = ... ns, all of which are subclasses of SMTPException . auth_user : SMTP サーバー認証のためのユーザー名で、省略 ... た場合、Django EMAIL_HOST_USER 設定の値を使います。 auth_password : SMTP サーバー認証のためのパスワードで、 ... nd_mass_mail ( datatuple , fail_silently = False , auth_user = None , auth_password = None , connection = ...
https://man.plustar.jp/django/topics/email.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6282
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d a little bit differently: <object pk="27" model="auth.permission"> <!-- ... --> <field to="contenttypes. ... --> </object> In this example we specify that the auth.Permission object with the PK 27 has a foreign key ... d for the model that binds them. For instance, the auth.User model has such a relation to the auth.Permiss ... ion model: <object pk="1" model="auth.user"> <!-- ... --> <field to="auth.permission" na ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d or changed through the admin interface. Django's authentication framework uses it to tie user permission ... _type = ContentType . objects . get ( app_label = 'auth' , model = 'user' ) >>> user_type <ContentType: us ... user_type . model_class () <class 'django.contrib.auth.models.User'> >>> user_type . get_object_for_this_ ... e. For example, the permissions system in Django's authentication framework uses a Permission model with a ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n of the corresponding hash. As of 1.4.8, Django's authentication framework imposes a 4096-byte limit on p ... asswords and will fail authentication with any submitted password of greater l ... e of sensitive_post_parameters() in django.contrib.auth 's admin ¶ The decoration of the add_view and user ... e of sensitive_post_parameters() in django.contrib.auth 's admin 前のトピックへ Django 1.4.9 release notes ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n of the corresponding hash. As of 1.5.4, Django's authentication framework imposes a 4096-byte limit on p ... asswords, and will fail authentication with any submitted password of greater l ... e of sensitive_post_parameters() in django.contrib.auth 's admin ¶ The decoration of the add_view and user ... e of sensitive_post_parameters() in django.contrib.auth 's admin Bugfixes 前のトピックへ Django 1.5.5 rele ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT