sessions.backends.base.SessionBase.cycle_key()
  • References/Python/Django/Guides

cycle_key() Creates a new session key while retaining the current session data.

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

Paginator.page(number) [source] Returns a Page object with the given 1-based

2025-01-10 15:47:30
test.SimpleTestCase.assertXMLEqual()
  • References/Python/Django/Guides

SimpleTestCase.assertXMLEqual(xml1, xml2, msg=None) [source] Asserts that the strings xml1

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

A model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps

2025-01-10 15:47:30
test.runner.DiscoverRunner.test_suite
  • References/Python/Django/Guides

DiscoverRunner.test_suite The class used to build the test suite. By default it is set to unittest.TestSuite. This

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

class BaseFormSet [source] A formset is a layer of abstraction to work with multiple forms

2025-01-10 15:47:30
template.loader.select_template()
  • References/Python/Django/Guides

select_template(template_name_list, using=None) [source] select_template() is

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

clear() It also has these methods:

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

request The request data that stimulated the response.

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

check_password(raw_password) Returns True if the given raw string is the correct password for the user. (This takes

2025-01-10 15:47:30