mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #22951 -- Checked for types during deep_deconstruct migration serialization process.
Thanks Sam Hartsfield for the report.
This commit is contained in:
parent
f36ab2d3f2
commit
4680d25df2
3 changed files with 28 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue