Fixed #22951 -- Checked for types during deep_deconstruct migration serialization process.

Thanks Sam Hartsfield for the report.
This commit is contained in:
Andrew Pinkham 2014-09-05 17:07:42 -07:00 committed by Tim Graham
parent f36ab2d3f2
commit 4680d25df2
3 changed files with 28 additions and 1 deletions

View file

@ -16,3 +16,5 @@ Bugfixes
* 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`).