From bcb693ebd4d3743cb194c6fd05b2d70fb9696a4c Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 22 Nov 2014 22:29:23 -0700 Subject: Revert "Fixed #23892 -- Made deconstructible classes forwards compatible" This reverts commit f36151ed169813f2873e13ca9de616cfa4095321. Adding kwargs to deconstructed objects does not achieve useful forward-compatibility in general, since additional arguments are silently dropped rather than having their intended effect. In fact, it can make the failure more difficult to diagnose. Thanks Shai Berger for discussion. --- docs/releases/1.7.2.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 18330dd16c..c9f69fe856 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -77,7 +77,3 @@ 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