This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes
password_changed(password, user=None, password_validators=None) [source] Informs all validators
class Client(enforce_csrf_checks=False, **defaults) [source] It requires no arguments at
savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid
logout(request, next_page=None, template_name='registration/logged_out.html', redirect_field_name='next', current_app=None, extra_context=None)
dumps(obj, key=None, salt='django.core.signing', compress=False) [source] Returns URL-safe
skipIfDBFeature(*feature_name_strings) [source] Skip the decorated test or TestCase
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the
Paginator.page_range A 1-based range iterator of page numbers, e.g. yielding [1, 2, 3, 4].
class Response client The test client that was used to make the request that
Page 1 of 35