summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2011-03-14 22:49:14 +0000
committerCarl Meyer <carl@oddbird.net>2011-03-14 22:49:14 +0000
commitf43b3f58fb60a281c9db34c95f4a2a6384f40693 (patch)
treea68f7847d9a7377a3ab91a3d7db3bcd7c5be6eb0
parentab7ada16ed6fecae5c64216062ae79b65be44941 (diff)
Added backwards-incompatibility note for r15805.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/releases/1.3.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index 76c8d52fbb..a3ae77c149 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -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