views.decorators.http.last_modified()
  • References/Python/Django/Guides

last_modified(last_modified_func) [source] These decorators can be used to generate ETag

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

password_validators_help_texts(password_validators=None) [source] Returns a list of the help

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

redirect_field_name Default return value for get_redirect_field_name(). Defaults to "next".

2025-01-10 15:47:30
utils.log.AdminEmailHandler
  • References/Python/Django/Guides

class AdminEmailHandler(include_html=False, email_backend=None) [source] This handler sends

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

class AccessMixin New in Django 1.9.

2025-01-10 15:47:30
core.paginator.Page.end_index()
  • References/Python/Django/Guides

Page.end_index() [source] Returns the 1-based index of the last object on the page, relative

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

class UserPassesTestMixin New in Django 1.9. When

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
dispatch.Signal.connect()
  • References/Python/Django/Guides

Signal.connect(receiver, sender=None, weak=True, dispatch_uid=None) [source]

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