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

rollback(using=None) [source] These functions take a using argument which should

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

class PasswordChangeForm A form for allowing a user to change their password.

2025-01-10 15:47:30
http.Http404
  • References/Python/Django/Guides

class django.http.Http404 When you return an error such as

2025-01-10 15:47:30
dispatch.Signal
  • References/Python/Django/Guides

class Signal(providing_args=list) [source] All signals are django.dispatch.Signal

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.SimpleTestCase.assertHTMLEqual()
  • References/Python/Django/Guides

SimpleTestCase.assertHTMLEqual(html1, html2, msg=None) [source] Asserts that the strings

2025-01-10 15:47:30
Writing and running tests
  • References/Python/Django/Guides

See also The testing tutorial, the testing tools

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

has_usable_password() Returns False if set_unusable_password() has been called for this user.

2025-01-10 15:47:30
Generic views
  • References/Python/Django/Guides

See Built-in class-based views API.

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

skipUnlessDBFeature(*feature_name_strings) [source] Skip the decorated test or TestCase

2025-01-10 15:47:30