Making queries
  • References/Python/Django/Guides

Once you’ve created your data models, Django automatically gives you a database-abstraction API that lets you create, retrieve, update and delete objects

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

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

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

get_full_name() A longer formal identifier for the user. A common interpretation would be the full name of the user, but it

2025-01-10 15:47:30
core.checks.register()
  • References/Python/Django/Guides

register(*tags)(function) You can pass as many tags to register as you want in order to label your check. Tagging

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

class Jinja2 [source] Requires

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

get_template(template_name, using=None) [source] This function loads the template with the

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

class SetPasswordForm A form that lets a user change their password without entering the old password.

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

class Signal(providing_args=list) [source] All signals are django.dispatch.Signal

2025-01-10 15:47:30
db.models.Manager
  • References/Python/Django/Guides

class Manager [source] A Manager is the interface through which database query

2025-01-10 15:47:30