mirror of https://github.com/django/django.git
19 lines
454 B
Plaintext
19 lines
454 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`).
|
|
|
|
* Reinstated missing ``CHECK`` SQL clauses which were omitted on some backends
|
|
when not using migrations (:ticket:`23416`).
|