mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #26533 -- Removed support for Widget._format_value() per deprecation timeline.
This commit is contained in:
parent
9d0e8c1e7f
commit
58d3d14aea
3 changed files with 3 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue