- Language: en
53 results for login in version 3.0
-
Settings
- … login when the LoginView doesn’t get a next GET parameter. LOGIN_URL Default: '/accounts/login …
-
FAQ: The admin
- … login page again, with no error messages. The login cookie isn’t being set correctly …
-
Using the Django authentication system
- … login_required() decorator: from django.contrib.auth.decorators import login_required @login_required def my_view ( request ): ... login …
-
The Django admin site
- … login templates If you wish to change the index, login or logout templates, you are better …
-
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.5 release notes
- … LOGIN_URL and LOGIN_REDIRECT_URL settings now also accept view function names and named …
-
Django 1.8 release notes
- … login allows null values The AbstractUser.last_login field now allows null values. Previously, it defaulted …
-
django.contrib.auth
- … login A datetime of the user’s last login. date_joined A datetime designating when …
-
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 …