clean() New in Django 1.10. Normalizes
cache_control(**kwargs) [source] This decorator patches the response’s Cache-Control
handle_no_permission() Depending on the value of raise_exception, the method either raises a PermissionDenied
Client.cookies A Python
create_user(*username_field*, password=None, **other_fields) The prototype of create_user() should accept the username
is_password_usable(encoded_password) [source] Checks if the given string is a hashed password
condition(etag_func=None, last_modified_func=None) [source]
status_code The HTTP status of the response, as an integer. For a full list of defined codes, see the
class base_session.AbstractBaseSession New in Django 1.9.
__delitem__(key) Example: del request.session['fav_color']. This raises KeyError if the given key
Page 15 of 35