mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
398642fd9b
Fixed a crash when executing changepassword command when the user object representation contained non-ASCII characters.
17 lines
459 B
Plaintext
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).
|