- Language: en
47 results for login in version 1.10
-
Settings
- … LOGIN_REDIRECT_URL Default: '/accounts/profile/' The URL where requests are redirected after login when the contrib.auth.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.2 release notes
- … login_required_m = method_decorator ( login_required ) class MyClass ( object ): @login_required_m def my_view …
-
django.contrib.auth
- … login. In this case, you’ll also want to customize the AuthenticationForm used by the login …
-
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.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 …