views.decorators.cache.never_cache()
  • References/Python/Django/Guides

never_cache(view_func) [source] This decorator adds a Cache-Control: max-age=0, no-cache

2025-01-10 15:47:30
Working with forms
  • References/Python/Django/Guides

About this document This document provides an introduction to the

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

authenticate(**credentials) [source] Use authenticate() to verify a set of credentials

2025-01-10 15:47:30
forms.models.BaseModelFormSet.deleted_objects
  • References/Python/Django/Guides

models.BaseModelFormSet.deleted_objects

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

class backends.base.SessionBase This is the base class for all session objects. It has the following standard dictionary methods:

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

class PasswordResetForm A form for generating and emailing a one-time use link to reset a user’s password.

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

Client.cookies A Python

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

get_login_url() Returns the URL that users who don’t pass the test will be redirected to. Returns login_url if

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

Page.next_page_number() [source] Returns the next page number. Raises InvalidPage

2025-01-10 15:47:30
template.backends.django.DjangoTemplates
  • References/Python/Django/Guides

class DjangoTemplates [source] Set BACKEND to 'django.template.backends

2025-01-10 15:47:30