Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().

This commit is contained in:
Tim Graham 2014-08-18 10:36:51 -04:00
parent 0c9f40f776
commit e39af5ea59
5 changed files with 29 additions and 4 deletions

View file

@ -984,6 +984,11 @@ patterns.
``html_email_template_name`` was added.
.. deprecated:: 1.8
The ``is_admin_site`` argument is deprecated and will be removed in
Django 2.0.
**Template context:**
* ``form``: The form (see ``password_reset_form`` above) for resetting