never_cache(view_func) [source] This decorator adds a Cache-Control: max-age=0, no-cache
send_mass_mail(datatuple, fail_silently=False, auth_user=None, auth_password=None, connection=None) [source]
TransactionTestCase.fixtures A test case for a database-backed website isn’t much use if there isn’t any data in the database
sign(value) [source] Sign value and append current timestamp to it.
class backends.cached_db.SessionStore Implements cached database-backed session store.
This document is an overview of Django’s security features. It includes advice on securing a Django-powered site. Cross site scripting (XSS)
get_permission_denied_message() When raise_exception is True, this method can be used to control the
teardown_test_environment() [source] Performs global post-test teardown, such as removing
on_commit(func, using=None) [source] Pass any function (that takes no arguments) to
SimpleTestCase.assertContains(response, text, count=None, status_code=200, msg_prefix='', html=False) [source]
Page 17 of 35