- Language: en
28 results for login in version 2.0
-
Django 1.7 release notes
- … login_allowed() method to more easily customize the login policy. django.contrib.auth.views.password_reset() takes an optional …
-
Django 1.2 release notes
- … login_required_m = method_decorator ( login_required ) class MyClass ( object ): @login_required_m def my_view …
-
Django 1.8 release notes
- … login allows null values The AbstractUser.last_login field now allows null values. Previously, it defaulted …
-
Django 1.5 release notes
- … LOGIN_URL and LOGIN_REDIRECT_URL settings now also accept view function names and named …
-
Porting your apps from Django 0.96 to 1.0
- … LOGIN_URL has moved The LOGIN_URL constant moved from django.contrib.auth into the settings module …
-
Django 1.3 release notes
- … login methods of the admin In previous version the admin app defined login methods in multiple …
-
Django 1.5.5 release notes
- … login This behavior introduced as a security hardening measure in Django 1.5.2 did not work …
-
Django 1.10 release notes
- … login() view allows redirecting authenticated users visiting the login page. The new AllowAllUsersModelBackend and AllowAllUsersRemoteUserBackend …
-
Django 1.11 release notes
- … login() and logout() function-based views. The PasswordChangeView , PasswordChangeDoneView , PasswordResetView , PasswordResetDoneView , PasswordResetConfirmView , and PasswordResetCompleteView class …
-
Django 1.11.10 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …