views.decorators.cache.never_cache()
  • References/Python/Django/Guides

never_cache(view_func) [source] This decorator adds a Cache-Control: max-age=0, no-cache

2025-01-10 15:47:30
core.mail.send_mass_mail()
  • References/Python/Django/Guides

send_mass_mail(datatuple, fail_silently=False, auth_user=None, auth_password=None, connection=None) [source]

2025-01-10 15:47:30
test.TransactionTestCase.fixtures
  • References/Python/Django/Guides

TransactionTestCase.fixtures A test case for a database-backed website isn’t much use if there isn’t any data in the database

2025-01-10 15:47:30
core.signing.TimestampSigner.sign()
  • References/Python/Django/Guides

sign(value) [source] Sign value and append current timestamp to it.

2025-01-10 15:47:30
sessions.backends.cached_db.SessionStore
  • References/Python/Django/Guides

class backends.cached_db.SessionStore Implements cached database-backed session store.

2025-01-10 15:47:30
Security in Django
  • References/Python/Django/Guides

This document is an overview of Django’s security features. It includes advice on securing a Django-powered site. Cross site scripting (XSS)

2025-01-10 15:47:30
auth.mixins.AccessMixin.get_permission_denied_message()
  • References/Python/Django/Guides

get_permission_denied_message() When raise_exception is True, this method can be used to control the

2025-01-10 15:47:30
test.utils.teardown_test_environment()
  • References/Python/Django/Guides

teardown_test_environment() [source] Performs global post-test teardown, such as removing

2025-01-10 15:47:30
db.transaction.on_commit()
  • References/Python/Django/Guides

on_commit(func, using=None) [source] Pass any function (that takes no arguments) to

2025-01-10 15:47:30
test.SimpleTestCase.assertContains()
  • References/Python/Django/Guides

SimpleTestCase.assertContains(response, text, count=None, status_code=200, msg_prefix='', html=False) [source]

2025-01-10 15:47:30