From f36151ed169813f2873e13ca9de616cfa4095321 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 22 Nov 2014 14:30:14 -0700 Subject: Fixed #23892 -- Made deconstructible classes forwards compatible --- docs/releases/1.7.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3