1
0
mirror of https://github.com/django/django.git synced 2025-03-16 04:10:45 +00:00
django/docs/releases/1.7.1.txt
Tim Graham a932c596fc [1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report.

Backport of 0e4d79c4f0 from master
2014-09-06 10:09:32 -04:00

16 lines
327 B
Plaintext

==========================
Django 1.7.1 release notes
==========================
*Under development*
Django 1.7.1 fixes several bugs in 1.7.
Bugfixes
========
* Replace with actual issue (:ticket:`00000`).
* Fixed a ``UnicodeDecodeError`` when the ``flush`` error message contained
Unicode characters (:ticket:`22882`).