diff options
| author | Carl Meyer <carl@oddbird.net> | 2014-11-22 14:30:14 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2014-11-22 14:33:46 -0700 |
| commit | 8014001d9287d516c58be80ad71fb63593648b3d (patch) | |
| tree | 955951af17412e4dcd68e86309fa19ed525fbc42 /docs | |
| parent | 45920594842e51c6a0ab2c31f7c69064f93d5161 (diff) | |
[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatible
Backport of f36151ed169813f2873e13ca9de616cfa4095321 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index c9f69fe856..18330dd16c 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -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`). |
