Fixed #23892 -- Made deconstructible classes forwards compatible

This commit is contained in:
Carl Meyer 2014-11-22 14:30:14 -07:00
parent a9cced7aec
commit f36151ed16
9 changed files with 29 additions and 22 deletions

View file

@ -77,3 +77,7 @@ Bugfixes
* Fixed a crash in migrations when deleting a field that is part of a
``index/unique_together`` constraint (:ticket:`23794`).
* Made the initializers of deconstructible classes, such as migration
operations and validators, accept kwargs for forwards compatibility
(:ticket:`23892`).