test.runner.DiscoverRunner.build_suite()
  • References/Python/Django/Guides

DiscoverRunner.build_suite(test_labels, extra_tests=None, **kwargs) Constructs a test suite that matches the test labels provided

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

class RequireDebugFalse [source] This filter will only pass on records when settings.DEBUG

2025-01-10 15:47:30
views.i18n.JavaScriptCatalog.domain
  • References/Python/Django/Guides

domain Translation domain containing strings to add in the view output. Defaults to 'djangojs'.

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

login(request, user, backend=None) [source] To log a user in, from a view, use login()

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

Paginator.num_pages The total number of pages.

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

json_catalog(request, domain='djangojs', packages=None) [source]

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
sessions.backends.base.SessionBase.get_expiry_age()
  • References/Python/Django/Guides

get_expiry_age() Returns the number of seconds until this session expires. For sessions with no custom expiration (or those

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
Performance and optimization
  • References/Python/Django/Guides

This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.

2025-01-10 15:47:30