検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 65 for login (0.114 sec.)
Submitting patches — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... availability), claim it by following these steps: Login using your GitHub account or create an account in ... ty, it's probably safe to reassign it to yourself. Log into your account, if you haven't already, by clicki ... ng "GitHub Login" or "DjangoProject Login" in the upper left of the ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RLconf . Thus, you can make a generic view require login very easily: from django.conf.urls.defaults import ... * from django.contrib.auth.decorators import login_required from django.views.generic.list_detail imp ... ), } urlpatterns = patterns ( '' , ( '^myview/$' , login_required ( object_list ), info ) ) Note that both ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ォルトのイテレーションカウントが 20% 増加しました。 LoginView と LogoutView クラスベースビューが、廃止される ... login() と logout() 関数ベースビューの後継となりました。 ... した。 PasswordResetConfirmView の新しい post_reset_login 属性によって、パスワードリセットが成功した後に自動 ... NTICATION_BACKENDS を設定している場合、 post_reset_login_backend 属性を使ってどれを使うか選択してください。 ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nput in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on succes ... xed a crash in the django.contrib.auth.redirect_to_login view when passing a reverse_lazy() result on Pytho ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 't necessarily control whether or not the user can log in. Authentication backends aren't required to check ... UserBackend if you want to allow inactive users to login. In this case, you'll also want to customize the A ... uthenticationForm used by the LoginView as it rejects inactive users. Be aware that th ... パーミッションを持たせるかどうかを指定します。 last_login ¶ ユーザーが最後にログインした日時です。 date_join ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord>, <django.db.models.fields.DateTimeField: last_login>, <django.db.models.fields.BooleanField: is_superu ... ord>, <django.db.models.fields.DateTimeField: last_login>, <django.db.models.fields.BooleanField: is_superu ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
設定 — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... カスタムの User モデルを置き換える for more details. LOGIN_REDIRECT_URL ¶ デフォルト値: '/accounts/profile/' ... ed URL pattern where requests are redirected after login when the LoginView doesn't get a next GET paramete ... r. LOGIN_URL ¶ デフォルト値: '/accounts/login/' The URL or ... amed URL pattern where requests are redirected for login when using the login_required() decorator, LoginRe ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6827
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 減できます。 Password upgrading without requiring a login ¶ If you have an existing database with an older, ... checking if a user entered the correct password on login. We assume we're using the built-in User model and ... meration timing attack due to difference between a login request for a user with a password encoded in an o ... ワードの更新 Password upgrading without requiring a login Included hashers Writing your own hasher Manually ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... more details on these changes. contrib.auth.views.login() , logout() , password_change() , password_change ... ontext parameter of contrib.auth.views.logout_then_login() will be removed. django.test.runner.setup_databa ... d. The ability to use a dotted Python path for the LOGIN_URL and LOGIN_REDIRECT_URL settings will be remove ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 6684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nput in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on succes ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT