mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
This commit is contained in:
parent
0c9f40f776
commit
e39af5ea59
5 changed files with 29 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue