A clean, elegant URL scheme is an important detail in a high-quality Web application. Django lets you design URLs however you want, with no framework limitations.
get_by_natural_key(username) Retrieves a user instance using the contents of the field nominated by USERNAME_FIELD
mail_admins(subject, message, fail_silently=False, connection=None, html_message=None) [source]
A model is the single, definitive source of data about your data. It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a
SimpleTestCase.assertFormError(response, form, field, errors, msg_prefix='') [source] Asserts
logout() [source] If your site uses Django’s authentication system
get_connection(backend=None, fail_silently=False, *args, **kwargs) [source] By default, a
check_password(password, encoded) [source] If you’d like to manually authenticate a user
expire_date A datetime designating when the session expires. Expired sessions are not available
set_language(request) [source] As a convenience, Django comes with a view, django.views
Page 22 of 35