test.Response.resolver_match
  • References/Python/Django/Guides

resolver_match An instance of

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

SimpleTestCase.client_class If you want to use a different Client class (for example, a subclass with customized

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
core.paginator.Paginator
  • References/Python/Django/Guides

class Paginator(object_list, per_page, orphans=0, allow_empty_first_page=True) [source]

2025-01-10 15:47:30
db.transaction.non_atomic_requests()
  • References/Python/Django/Guides

non_atomic_requests(using=None) [source] This decorator will negate the effect of

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
auth.mixins.PermissionRequiredMixin
  • References/Python/Django/Guides

class PermissionRequiredMixin New in Django 1.9. This

2025-01-10 15:47:30
db.transaction.set_rollback()
  • References/Python/Django/Guides

set_rollback(rollback, using=None) [source] Setting the rollback flag to True

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

content The body of the response, as a bytestring. This is the final page content as rendered by the view, or any error message

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

class UserChangeForm A form used in the admin interface to change a user’s information and permissions.

2025-01-10 15:47:30