core.signing.TimestampSigner
  • References/Python/Django/Guides

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

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

client The test client that was used to make the request that resulted in the response.

2025-01-10 15:47:30
Format localization
  • References/Python/Django/Guides

Overview Django’s formatting system is capable of displaying dates, times and numbers in templates using the format specified for the current

2025-01-10 15:47:30
auth.forms.AuthenticationForm.confirm_login_allowed()
  • References/Python/Django/Guides

confirm_login_allowed(user) By default, AuthenticationForm rejects users whose is_active flag is set

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

get_full_name() A longer formal identifier for the user. A common interpretation would be the full name of the user, but it

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

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

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

logout_then_login(request, login_url=None, current_app=None, extra_context=None) Logs a user out, then redirects to the login

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

SimpleTestCase.assertJSONEqual(raw, expected_data, msg=None) [source] Asserts that the JSON

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