- Language: en
54 results for login in version 2.1
-
Django 1.11.10 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …
-
Django 1.9.3 release notes
- … login request for a user with a password encoded in an older number of iterations …
-
Django 2.0.2 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …
-
Django Deprecation Timeline
- … LOGIN_URL and LOGIN_REDIRECT_URL settings will be removed. Support for optparse will be dropped …
-
Django documentation contents
- … login pages only Writing custom django-admin commands Accepting optional arguments Management commands and locales …
-
URL dispatcher
- … login . If you have a custom login view and give its URL the name login …
-
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 …
-
Writing your first Django app, part 2
- … login screen: Since translation is turned on by default, the login screen may be displayed …
-
Submitting patches
- … Login” or “DjangoProject Login” in the upper left of the ticket page. Claim the ticket …
-
Django 1.9 release notes
- … login pages instead of every request in the session. The django.contrib.auth.views.password_reset() view accepts an extra …