django/docs/releases/1.6.2.txt

17 lines
459 B
Plaintext
Raw Normal View History

2013-12-13 23:42:24 +00:00
==========================
Django 1.6.2 release notes
==========================
*Under development*
This is Django 1.6.2, a bugfix release for Django 1.6.
Bug fixes
=========
2013-12-26 10:09:58 +00:00
* 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).