core.paginator.Page.object_list
  • References/Python/Django/Guides

Page.object_list The list of objects on this page.

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

password_reset_done(request, template_name='registration/password_reset_done.html', current_app=None, extra_context=None) The

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

password_change(request, template_name='registration/password_change_form.html', post_change_redirect=None, password_change_form=PasswordChangeForm, current_app=None

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

SimpleTestCase.modify_settings() [source] It can prove unwieldy to redefine settings that

2025-01-10 15:47:30
conf.urls.i18n.i18n_patterns()
  • References/Python/Django/Guides

i18n_patterns(*urls, prefix_default_language=True) [source] This function can be used in

2025-01-10 15:47:30
db.connection.creation.create_test_db()
  • References/Python/Django/Guides

create_test_db(verbosity=1, autoclobber=False, serialize=True, keepdb=False) Creates a new test database and runs migrate

2025-01-10 15:47:30
auth.models.PermissionsMixin.is_superuser
  • References/Python/Django/Guides

is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.

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

pop(key, default=__not_given) Example: fav_color = request.session.pop('fav_color', 'blue')

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

redirect(to, permanent=False, *args, **kwargs) [source] Returns an

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

DiscoverRunner.run_tests(test_labels, extra_tests=None, **kwargs) Run the test suite. test_labels

2025-01-10 15:47:30