diff options
| author | Carl Meyer <carl@oddbird.net> | 2011-03-14 22:52:12 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2011-03-14 22:52:12 +0000 |
| commit | e8dcaa4bbac8349054734581794424895b85f059 (patch) | |
| tree | ad7634153d575dec5a8eb39b102c64f0296d7154 /docs | |
| parent | e5f49f8c064e70159d40841defbf603aabb6739d (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.2.6.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/releases/1.2.6.txt b/docs/releases/1.2.6.txt new file mode 100644 index 0000000000..7f06cc9690 --- /dev/null +++ b/docs/releases/1.2.6.txt @@ -0,0 +1,17 @@ +========================== +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. |
