create_superuser(*username_field*, password, **other_fields) The prototype of create_superuser() should accept
cache_key_prefix New in Django 1.9. A
loads(string, key=None, salt='django.core.signing', max_age=None) [source] Reverse of dumps()
encode(session_dict) Returns the given session dictionary serialized and encoded as a string. Encoding
permission_denied_message Default return value for get_permission_denied_message(). Defaults to an empty string
Page.has_previous() [source] Returns True if there’s a previous page.
Page.has_next() [source] Returns True if there’s a next page.
get_decoded() Returns decoded session data. Decoding is performed by the session store class
login_required(redirect_field_name='next', login_url=None) [source] As a shortcut, you can
class Paginator(object_list, per_page, orphans=0, allow_empty_first_page=True) [source]
Page 9 of 35