1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00
django/docs/releases/1.7.1.txt
Simon Charette 342ccbddc1 Fixed #23431 -- Allowed inline and hidden references to admin fields.
This fixes a regression introduced by the 53ff096982 security fix.

Thanks to @a1tus for the report and Tim for the review.

refs #23329.
2014-09-08 13:49:07 -04:00

23 lines
605 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`).
* Fixed serialization of ``type`` objects in migrations (:ticket:`22951`).
* Allowed inline and hidden references to admin fields (:ticket:`23431`).