From 859eeaa0f0b04c2644237ff04e6632b2f40475cb Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 23 Apr 2016 13:15:45 -0400 Subject: Fixed #26533 -- Renamed Widget._format_value() to format_value(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 97534185b2..23dd56576b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -163,6 +163,8 @@ details on these changes. * In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a ``parent_link`` will be removed. +* Support for ``Widget._format_value()`` will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3