mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26533 -- Renamed Widget._format_value() to format_value().
This commit is contained in:
@@ -983,6 +983,10 @@ Miscellaneous
|
||||
* In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a
|
||||
``parent_link`` is deprecated. Add ``parent_link=True`` to such fields.
|
||||
|
||||
* The private API ``Widget._format_value()`` is made public and renamed to
|
||||
:meth:`~django.forms.Widget.format_value`. The old name will work
|
||||
through a deprecation period.
|
||||
|
||||
.. _removed-features-1.10:
|
||||
|
||||
Features removed in 1.10
|
||||
|
||||
Reference in New Issue
Block a user