mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
This commit is contained in:
parent
0ffa3943fb
commit
035b0fa60d
11 changed files with 31 additions and 19 deletions
|
|
@ -79,6 +79,9 @@ details on these changes.
|
|||
* Support for setting a URL instance namespace without an application
|
||||
namespace will be removed.
|
||||
|
||||
* ``Field._get_val_from_obj()`` will be removed in favor of
|
||||
``Field.value_from_object()``.
|
||||
|
||||
.. _deprecation-removed-in-1.10:
|
||||
|
||||
1.10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue