1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24944 -- Added extra_email_context parameter to password_reset() view.

This commit is contained in:
sujayskumar
2015-06-18 18:19:35 +05:30
committed by Tim Graham
parent aac2a2d2ae
commit d8d853378b
8 changed files with 34 additions and 4 deletions

View File

@@ -209,6 +209,9 @@ Minor features
makes it possible to use ``REMOTE_USER`` for setups where the header is only
populated on login pages instead of every request in the session.
* The :func:`~django.contrib.auth.views.password_reset` view accepts an
``extra_email_context`` parameter.
:mod:`django.contrib.contenttypes`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^