dispatch.Signal.connect()
  • References/Python/Django/Guides

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

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

class Jinja2 [source] Requires

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

logout(request) [source] To log out a user who has been logged in via django.contrib

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

set_test_cookie() Sets a test cookie to determine whether the user’s browser supports cookies. Due to the way cookies work,

2025-01-10 15:47:30
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
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
test.SimpleTestCase.assertHTMLNotEqual()
  • References/Python/Django/Guides

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

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

class Page(object_list, number, paginator) [source] A page acts like a sequence of Page

2025-01-10 15:47:30
Class-based views
  • References/Python/Django/Guides

A view is a callable which takes a request and returns a response. This can be more than just a function, and Django provides an example of some classes which can be used as

2025-01-10 15:47:30