From 0e8138349ef7f30f6042853b10f28be7301c20ca Mon Sep 17 00:00:00 2001 From: Jon Lønne Date: Wed, 18 Dec 2013 20:04:53 +0100 Subject: [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 --- docs/releases/1.6.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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). -- cgit v1.3