From c6424efbc6114eeefe7ec7545de7e127ed189e92 Mon Sep 17 00:00:00 2001 From: Vincenzo Pandolfo Date: Mon, 14 Mar 2016 20:21:05 +0000 Subject: [1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields. Backport of d0fe6c915665fa3220e84bd691ba7002a357e5c5 from master --- docs/releases/1.9.5.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index 55fd794d78..7e8efb6fec 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -19,3 +19,9 @@ Bugfixes * Fixed data loss on SQLite where ``DurationField`` values with fractional seconds could be saved as ``None`` (:ticket:`26324`). + +* The forms in ``contrib.auth`` no longer strip trailing and leading whitespace + from the password fields (:ticket:`26334`). The change requires users who set + their password to something with such whitespace after a site updated to + Django 1.9 to reset their password. It provides backwards-compatibility for + earlier versions of Django. -- cgit v1.3