1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatible

Backport of f36151ed16 from master.
This commit is contained in:
Carl Meyer
2014-11-22 14:30:14 -07:00
parent 4592059484
commit 8014001d92
7 changed files with 26 additions and 19 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`).