test.Response.context
  • References/Python/Django/Guides

context The template Context instance that was used to render the template that produced the response content.

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

password_reset_complete(request, template_name='registration/password_reset_complete.html', current_app=None, extra_context=None) Presents

2025-01-10 15:47:30
Multiple databases
  • References/Python/Django/Guides

This topic guide describes Django’s support for interacting with multiple databases. Most of the rest of Django’s documentation assumes you are interacting with a single database

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

vary_on_headers(*headers) [source] The Vary header defines which request headers

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

login_url Default return value for get_login_url(). Defaults to None in which case get_login_url()

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

require_POST() Decorator to require that a view only accepts the POST method.

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

resolver_match An instance of

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

class UserChangeForm A form used in the admin interface to change a user’s information and permissions.

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

Client.session A dictionary-like object containing session information. See the session documentation

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

class CallbackFilter(callback) [source] This filter accepts a callback function (which should

2025-01-10 15:47:30