forms.models.BaseModelFormSet.new_objects
  • References/Python/Django/Guides

models.BaseModelFormSet.new_objects

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

delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]

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

set_test_cookie() Sets a test cookie to determine whether the user’s browser supports cookies. Due to the way cookies work,

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

class models.PermissionsMixin is_superuser Boolean. Designates that this

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

has_usable_password() Returns False if set_unusable_password() has been called for this user.

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

class MinimumLengthValidator(min_length=8) [source] Validates whether the password meets

2025-01-10 15:47:30
Class-based views
  • References/Python/Django/Guides

A view is a callable which takes a request and returns a response. This can be more than just a function, and Django provides an example of some classes which can be used as

2025-01-10 15:47:30
Writing and running tests
  • References/Python/Django/Guides

See also The testing tutorial, the testing tools

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

class AdminPasswordChangeForm A form used in the admin interface to change a user’s password. Takes

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

class Page(object_list, number, paginator) [source] A page acts like a sequence of Page

2025-01-10 15:47:30