utils.log.RequireDebugFalse
  • References/Python/Django/Guides

class RequireDebugFalse [source] This filter will only pass on records when settings.DEBUG

2025-01-10 15:47:30
test.runner.DiscoverRunner.build_suite()
  • References/Python/Django/Guides

DiscoverRunner.build_suite(test_labels, extra_tests=None, **kwargs) Constructs a test suite that matches the test labels provided

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

get_autocommit(using=None) [source]

2025-01-10 15:47:30
views.i18n.JavaScriptCatalog.domain
  • References/Python/Django/Guides

domain Translation domain containing strings to add in the view output. Defaults to 'djangojs'.

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
test.runner.DiscoverRunner.teardown_databases()
  • References/Python/Django/Guides

DiscoverRunner.teardown_databases(old_config, **kwargs) Destroys the test databases, restoring pre-test conditions.

2025-01-10 15:47:30
auth.forms.UserCreationForm
  • References/Python/Django/Guides

class UserCreationForm A

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

class SimpleTestCase [source] A subclass of

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