render_to_string(template_name, context=None, request=None, using=None) [source] r
condition(etag_func=None, last_modified_func=None) [source]
make_random_password(length=10, allowed_chars='abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789') Returns a random password
SimpleTestCase.allow_database_queries New in Django 1.9.
Information on handling HTTP requests in Django: URL dispatcher Writing views
get_username() Returns the value of the field nominated by USERNAME_FIELD.
Paginator.num_pages The total number of pages.
models.BaseModelFormSet.changed_objects
is_password_usable(encoded_password) [source] Checks if the given string is a hashed password
This document is an overview of Django’s security features. It includes advice on securing a Django-powered site. Cross site scripting (XSS)
Page 20 of 35