From 14c8456ffe7e6388383e6fe5c3f51cd20810ea49 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Thu, 4 Sep 2014 16:32:51 +0100 Subject: Fixed #23416 -- Make sure DatabaseCreation respects checks. Migrations respected Field.db_parameters()['check'], but DatabaseCreation was still using just Field.db_type(). --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 64a673f5a6..90673a826f 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -13,3 +13,6 @@ Bugfixes * 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`). -- cgit v1.3