diff options
| author | John Paulett <john@paulett.org> | 2014-03-31 16:35:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-10 13:16:04 -0400 |
| commit | b4681be154dd7194041e94f3eb6d7f24217b9a1b (patch) | |
| tree | 255cbfab3dc738640485a7179b27bc546e9ea721 /docs | |
| parent | ddd25b280f69ffcb5eb7ab2695c6094256090947 (diff) | |
[1.7.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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://code.djangoproject.com/ticket/22256>`_). +* Fixed :djadmin:`changepassword` on Windows + (`#22364 <https://code.djangoproject.com/ticket/22364>`_). + Additionally, Django's vendored version of six, :mod:`django.utils.six` has been upgraded to the latest release (1.6.1). |
