diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 311b21ec6e..9fc5744dbd 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2980,6 +2980,13 @@ Templates can override or extend base admin templates as described in Path to a custom template that will be used by the admin site logout view. +.. attribute:: AdminSite.password_change_form + + .. versionadded:: 6.0 + + Subclass of :class:`~django.contrib.auth.forms.PasswordChangeForm` that + will be used by the admin site password change view. + .. attribute:: AdminSite.password_change_template Path to a custom template that will be used by the admin site password |
