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
views.i18n.JSONCatalog
  • References/Python/Django/Guides

class JSONCatalog [source] In order to use another client-side library to handle translations

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
test.Client.delete()
  • References/Python/Django/Guides

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

2025-01-10 15:47:30
db.connection.creation.destroy_test_db()
  • References/Python/Django/Guides

destroy_test_db(old_database_name, verbosity=1, keepdb=False) Destroys the database whose name is the value of NAME

2025-01-10 15:47:30
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
views.i18n.JavaScriptCatalog.packages
  • References/Python/Django/Guides

packages A list of

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.Response.templates
  • References/Python/Django/Guides

templates A list of Template instances used to render the final content, in the order they were rendered. For each

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