From 129cb7e2228cf076104eb5de69e6063f1bf34dd9 Mon Sep 17 00:00:00 2001 From: John Paulett Date: Mon, 31 Mar 2014 16:35:45 -0400 Subject: [1.6.x] Fixed #22364 -- Sanitized getpass input in changepassword. Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807. Backport of b5a9166f7e from master --- docs/releases/1.6.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index f2cf261290..538c67e5dc 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -64,5 +64,8 @@ Other bugfixes and changes environment variable wasn't set (`#22256 `_). +* Fixed :djadmin:`changepassword` on Windows + (`#22364 `_). + Additionally, Django's vendored version of six, :mod:`django.utils.six` has been upgraded to the latest release (1.6.1). -- cgit v1.3