1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

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

@@ -54,6 +54,9 @@ about each item can often be found in the release notes of two versions prior.
* The ``remove_tags()`` and ``strip_entities()`` functions in
``django.utils.html`` will be removed.
* The ``is_admin_site`` argument to
``django.contrib.auth.views.password_reset()`` will be removed.
.. _deprecation-removed-in-1.9:
1.9