- Language: en
18 results for login in version 1.8
-
Django 1.2 release notes
- … login_required_m = method_decorator ( login_required ) class MyClass ( object ): @login_required_m def my_view …
-
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.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 1.3 release notes
- … login methods of the admin In previous version the admin app defined login methods in multiple …
-
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.5.5 release notes
- … login This behavior introduced as a security hardening measure in Django 1.5.2 did not work …
-
Django 1.8.10 release notes
- … login request for a user with a password encoded in an older number of iterations …
-
Django version 0.96 release notes
- … login very easily: from django.conf.urls.defaults import * from django.contrib.auth.decorators import login_required from django.views.generic.list_detail import …
-
Django 1.4 release notes
- … login , password_reset_confirm , password_change and add_view in django.contrib.auth.views , as well as user …