class backends.db.SessionStore Implements database-backed session store.
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the
This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes
password_changed(password, user=None, password_validators=None) [source] Informs all validators
savepoint_commit(sid, using=None) [source] Releases savepoint sid. The changes
get_list_or_404(klass, *args, **kwargs) [source] Returns the result of
receiver(signal) [source]
SimpleTestCase.client_class If you want to use a different Client class (for example, a subclass with customized
encode(session_dict) Returns the given session dictionary serialized and encoded as a string. Encoding
get(key, default=None) Example: fav_color = request.session.get('fav_color', 'red')
Page 7 of 35