models.BaseModelFormSet.new_objects
delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]
set_test_cookie() Sets a test cookie to determine whether the user’s browser supports cookies. Due to the way cookies work,
class models.PermissionsMixin is_superuser Boolean. Designates that this
has_usable_password() Returns False if set_unusable_password() has been called for this user.
class MinimumLengthValidator(min_length=8) [source] Validates whether the password meets
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
See also The testing tutorial, the testing tools
class AdminPasswordChangeForm A form used in the admin interface to change a user’s password. Takes
class Page(object_list, number, paginator) [source] A page acts like a sequence of Page
Page 30 of 35