auth.forms.AdminPasswordChangeForm
  • References/Python/Django/Guides

class AdminPasswordChangeForm A form used in the admin interface to change a user’s password. Takes

2025-01-10 15:47:30
views.decorators.http.require_safe()
  • References/Python/Django/Guides

require_safe() Decorator to require that a view only accepts the GET and HEAD methods. These methods are commonly considered

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

flush() Deletes the current session data from the session and deletes the session cookie. This is used if you want to ensure

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
sessions.serializers.PickleSerializer
  • References/Python/Django/Guides

class serializers.PickleSerializer Supports arbitrary Python objects, but, as described above, can lead to a remote code execution

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

packages A list of

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
core.checks.register()
  • References/Python/Django/Guides

register(*tags)(function) You can pass as many tags to register as you want in order to label your check. Tagging

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