1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/releases/1.6.2.txt
Jon Lønne 398642fd9b Fixed #21627 -- Added unicode_literals to changepassword command.
Fixed a crash when executing changepassword command when the user object
representation contained non-ASCII characters.
2013-12-26 07:35:50 -05:00

17 lines
459 B
Plaintext

==========================
Django 1.6.2 release notes
==========================
*Under development*
This is Django 1.6.2, a bugfix release for Django 1.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).