diff options
| author | Jon Lønne <jon@funkbit.no> | 2013-12-18 20:04:53 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-26 07:35:50 -0500 |
| commit | 398642fd9b6e9b4d83baed7b9708ca0cd942540b (patch) | |
| tree | 67151c59df439ec913676f2d0de84cb988fa43d9 /docs | |
| parent | 318cdc07dea58bdd21adee838b9ee8ddfdcfaa7c (diff) | |
Fixed #21627 -- Added unicode_literals to changepassword command.
Fixed a crash when executing changepassword command when the user object
representation contained non-ASCII characters.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.2.txt b/docs/releases/1.6.2.txt index fa8bd5bc93..41bc86e906 100644 --- a/docs/releases/1.6.2.txt +++ b/docs/releases/1.6.2.txt @@ -11,3 +11,6 @@ Bug fixes * Prevented the base geometry object of a prepared geometry to be garbage collected, which could lead to crash Django (#21662). + +* Fixed a crash when executing the :djadmin:`changepassword` command when the + user object representation contained non-ASCII characters (#21627). |
