db.transaction.rollback()
  • References/Python/Django/Guides

rollback(using=None) [source] These functions take a using argument which should

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

A clean, elegant URL scheme is an important detail in a high-quality Web application. Django lets you design URLs however you want, with no framework limitations.

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

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

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

class PasswordChangeForm A form for allowing a user to change their password.

2025-01-10 15:47:30
Form Assets (the Media class)
  • References/Python/Django/Guides

Rendering an attractive and easy-to-use Web form requires more than just HTML - it also requires CSS stylesheets, and if you want to use fancy “Web2.0” widgets, you may also

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

DiscoverRunner.test_loader This is the class that loads tests, whether from TestCases or modules or otherwise and bundles them

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

mail_admins(subject, message, fail_silently=False, connection=None, html_message=None) [source]

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

get_by_natural_key(username) Retrieves a user instance using the contents of the field nominated by USERNAME_FIELD

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
test.Response.request
  • References/Python/Django/Guides

request The request data that stimulated the response.

2025-01-10 15:47:30