summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-23 13:15:45 -0400
committerTim Graham <timograham@gmail.com>2016-04-23 13:15:45 -0400
commit859eeaa0f0b04c2644237ff04e6632b2f40475cb (patch)
treef0db3c0bf0d872d40bfea60cd83fbb8c71fc4518 /docs/internals
parent669c29c8f4986def15cc4ee38b27299d32d5009f (diff)
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
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