Commit e8dcaa4b authored by Carl Meyer's avatar Carl Meyer
Browse files

[1.2.X] Added backwards-incompatibility note for r15808.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e5f49f8c
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
==========================
Django 1.2.6 release notes
==========================

This page documents release notes for the as-yet-unreleased Django 1.2.6. As
such, it's tentative and subject to change. It provides up-to-date information
for those who are following the 1.2.X branch.

Backwards incompatible changes
==============================

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

In previous versions, inactive users were able to request a password reset
email and reset their password. In Django 1.2.6 inactive users will receive the
same message as a nonexistent account.