1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00

[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command.

Fixed a crash when executing changepassword command when the user object
representation contained non-ASCII characters.

Backport of 398642fd9b from master
This commit is contained in:
Jon Lønne
2013-12-18 20:04:53 +01:00
committed by Tim Graham
parent b536ad09ca
commit 0e8138349e
3 changed files with 17 additions and 0 deletions

View File

@@ -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).