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
Marc Tamlyn 48e1071007 [1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().

Backport of 14c8456 from master
2014-09-06 19:02:28 +01:00

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`).