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
core.paginator.Page.has_previous()
  • References/Python/Django/Guides

Page.has_previous() [source] Returns True if there’s a previous page.

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

override_settings() [source] In case you want to override a setting for a test method, Django

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

trace(path, follow=False, secure=False, **extra) [source] Makes a TRACE request on the provided

2025-01-10 15:47:30
utils.log.CallbackFilter
  • References/Python/Django/Guides

class CallbackFilter(callback) [source] This filter accepts a callback function (which should

2025-01-10 15:47:30
auth.mixins.PermissionRequiredMixin.has_permission()
  • References/Python/Django/Guides

has_permission() Returns a boolean denoting whether the current user has permission to execute the decorated view. By default

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

is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.

2025-01-10 15:47:30
sessions.backends.cached_db.SessionStore.cache_key_prefix
  • References/Python/Django/Guides

cache_key_prefix New in Django 1.9. A

2025-01-10 15:47:30
auth.mixins.AccessMixin.login_url
  • References/Python/Django/Guides

login_url Default return value for get_login_url(). Defaults to None in which case get_login_url()

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

is_staff Returns True if the user is allowed to have access to the admin site.

2025-01-10 15:47:30