auth.models.CustomUser.is_active
  • References/Python/Django/Guides

is_active A boolean attribute that indicates whether the user is considered “active”. This attribute is provided as an attribute

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
core.signing.TimestampSigner
  • References/Python/Django/Guides

class TimestampSigner(key=None, sep=':', salt=None) [source] sign(value)

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

get_password_validators(validator_config) [source] Returns a set of validator objects based

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

TransactionTestCase.multi_db Django sets up a test database corresponding to every database that is defined in the DATABASES

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

SimpleTestCase.assertInHTML(needle, haystack, count=None, msg_prefix='') [source] Asserts

2025-01-10 15:47:30
db.models.Model.
  • References/Python/Django/Guides

Model._base_manager

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

SimpleTestCase.assertFieldOutput(fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value='') [source]

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

get_redirect_field_name() Returns the name of the query parameter that will contain the URL the user should be redirected to

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

get_session_auth_hash() Returns an HMAC of the password field. Used for Session invalidation on password

2025-01-10 15:47:30