db.transaction.set_autocommit()
  • References/Python/Django/Guides

set_autocommit(autocommit, using=None) [source] These functions take a using

2025-01-10 15:47:30
core.paginator.Page.paginator
  • References/Python/Django/Guides

Page.paginator The associated Paginator object.

2025-01-10 15:47:30
sessions.backends.base.SessionBase.setdefault()
  • References/Python/Django/Guides

setdefault()

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

unsign(value, max_age=None) [source] Checks if value was signed less than max_age

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

DiscoverRunner.run_suite(suite, **kwargs) Runs the test suite. Returns the result produced by

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

DiscoverRunner.suite_result(suite, result, **kwargs) Computes and returns a return code based on a test suite, and the result

2025-01-10 15:47:30
core.paginator.Page.previous_page_number()
  • References/Python/Django/Guides

Page.previous_page_number() [source] Returns the previous page number. Raises InvalidPage

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

options(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]

2025-01-10 15:47:30
auth.hashers.make_password()
  • References/Python/Django/Guides

make_password(password, salt=None, hasher='default') [source] Creates a hashed password in

2025-01-10 15:47:30
auth.models.PermissionsMixin.has_perms()
  • References/Python/Django/Guides

has_perms(perm_list, obj=None) Returns True if the user has each of the specified permissions, where each perm

2025-01-10 15:47:30