sessions.backends.db.SessionStore

class backends.db.SessionStore Implements database-backed session store.

2016-10-09 18:39:31
core.cache.utils.make_template_fragment_key()

django.core.cache.utils.make_template_fragment_key(fragment_name, vary_on=None) If you want to obtain the cache key used for

2016-10-09 18:34:40
auth.password_validation.NumericPasswordValidator

class NumericPasswordValidator [source] Validates whether the password is not entirely numeric

2016-10-09 18:34:27
auth.mixins.AccessMixin.raise_exception

raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead

2016-10-09 18:34:13
db.transaction.clean_savepoints()

clean_savepoints(using=None) [source] Resets the counter used to generate unique savepoint

2016-10-09 18:36:26
db.transaction.savepoint_rollback()

savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid

2016-10-09 18:36:28
db.transaction.get_rollback()

get_rollback(using=None) [source]

2016-10-09 18:36:27
test.TransactionTestCase.reset_sequences

TransactionTestCase.reset_sequences Setting reset_sequences = True on a TransactionTestCase will make

2016-10-09 18:40:10
sessions.backends.base.SessionBase.get_expiry_date()

get_expiry_date() Returns the date this session will expire. For sessions with no custom expiration (or those set to expire

2016-10-09 18:39:29
External packages

Django ships with a variety of extra, optional tools that solve common problems (contrib.*). For easier maintenance and to trim the size of the codebase, a few

2016-10-09 18:36:32