From 58d3d14aeaf17a27c0fa663173dbf8dd92053923 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 31 Dec 2016 12:34:00 -0500 Subject: Refs #26533 -- Removed support for Widget._format_value() per deprecation timeline. --- docs/ref/forms/widgets.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index f0301c1eee..2b9cf489f1 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -236,11 +236,6 @@ foundation for custom widgets. isn't guaranteed to be valid input, therefore subclass implementations should program defensively. - .. versionchanged:: 1.10 - - In older versions, this method is a private API named - ``_format_value()``. The old name will work until Django 2.0. - .. method:: get_context(name, value, attrs=None) .. versionadded:: 1.11 -- cgit v1.3