- Language: en
52 results for login in version 1.8
-
django.contrib.auth.models
- … login ( sender , user , ** kwargs ): """ A signal receiver which updates the last_login …
-
How to use sessions
- … login as that user even if the user logs out. Cookies will only be detected …
-
django.test.client
- … login ( self , ** credentials ): """ Sets the Factory to appear as if it has successfully …
-
django.contrib.auth
- … login_failed . send ( sender = __name__ , credentials = _clean_credentials ( credentials )) [docs] def login ( request , user ): """ Persist …
-
Writing your first Django app, part 2
- … login screen: Since translation is turned on by default, the login screen may be displayed …
-
Django documentation contents
- … login page again, with no error messages. I can’t log in. When I enter …
-
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.middleware.csrf
- … login for security purposes. """ request . META . update ({ "CSRF_COOKIE_USED" : True …
-
Model _meta API
- … login>, <django.db.models.fields.BooleanField: is_superuser>, <django.db.models.fields.CharField: username>, <django.db.models.fields.CharField: first_name …