This document will get you up and running with Django. Install Python Being a Python Web framework, Django
class AuthenticationForm A form for logging a user in. Takes request as its first
validate_password(password, user=None, password_validators=None) [source] Validates a password
password_reset_complete(request, template_name='registration/password_reset_complete.html', current_app=None, extra_context=None) Presents
login_required(redirect_field_name='next', login_url=None) [source] As a shortcut, you can
SimpleTestCase.client_class If you want to use a different Client class (for example, a subclass with customized
gzip_page() This decorator compresses content if the browser allows gzip compression. It sets the Vary header accordingly
json(**kwargs) New in Django 1.9. The
class Paginator(object_list, per_page, orphans=0, allow_empty_first_page=True) [source]
Client.session A dictionary-like object containing session information. See the session documentation
Page 13 of 35