2014-09-03 09:41:21 +08:00
|
|
|
==========================
|
|
|
|
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`).
|
2014-09-06 22:07:34 +08:00
|
|
|
|
|
|
|
* Fixed a ``UnicodeDecodeError`` when the ``flush`` error message contained
|
|
|
|
Unicode characters (:ticket:`22882`).
|
2014-09-04 23:32:51 +08:00
|
|
|
|
|
|
|
* Reinstated missing ``CHECK`` SQL clauses which were omitted on some backends
|
|
|
|
when not using migrations (:ticket:`23416`).
|
2014-09-06 08:07:42 +08:00
|
|
|
|
|
|
|
* Fixed serialization of ``type`` objects in migrations (:ticket:`22951`).
|
2014-09-05 05:04:53 +08:00
|
|
|
|
|
|
|
* Allowed inline and hidden references to admin fields (:ticket:`23431`).
|
2014-09-08 09:01:42 +08:00
|
|
|
|
|
|
|
* The ``@deconstructible`` decorator now fails with a ``ValueError`` if the
|
|
|
|
decorated object cannot automatically be imported (:ticket:`23418`).
|