Skip to content

Commit

Permalink
Added backwards-incompatibility note for r15805.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
carljm committed Mar 14, 2011
1 parent ab7ada1 commit f43b3f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases/1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,13 @@ Django 1.3, this will raise a :class:`TransactionManagementError` because
the read operation that retrieves the ``MyObject`` instance leaves the
transaction in a dirty state.

No password reset for inactive users
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
message as a nonexistent account.

.. _deprecated-features-1.3:

Features deprecated in 1.3
Expand Down

0 comments on commit f43b3f5

Please sign in to comment.