Skip to content

Commit

Permalink
[1.4.x] Fixed #18944 -- Documented PasswordResetForm's from_email arg…
Browse files Browse the repository at this point in the history
…ument as a backwards incompatible change for 1.3

Thanks DrMeers for the report.

Backport of dab9217 from master
  • Loading branch information
timgraham committed Jul 8, 2013
1 parent 165cc1d commit 7b7592c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/releases/1.3.txt
Expand Up @@ -653,6 +653,15 @@ Prior to Django 1.3, inactive users were able to request a password reset email
and reset their password. In Django 1.3 inactive users will receive the same and reset their password. In Django 1.3 inactive users will receive the same
message as a nonexistent account. message as a nonexistent account.


Password reset view now accepts ``from_email``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The :func:`django.contrib.auth.views.password_reset` view now accepts a
``from_email`` parameter, which is passed to the ``password_reset_form``'s
``save()`` method as a keyword argument. If you are using this view with a
custom password reset form, then you will need to ensure your form's ``save()``
method accepts this keyword argument.

.. _deprecated-features-1.3: .. _deprecated-features-1.3:


Features deprecated in 1.3 Features deprecated in 1.3
Expand Down

0 comments on commit 7b7592c

Please sign in to comment.