From 035b0fa60da2e758d0ab7f9d04ef93cdb73c981f Mon Sep 17 00:00:00 2001 From: Thomas Stephenson Date: Sun, 26 Apr 2015 16:30:46 +1000 Subject: 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. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 63171d09b5..f597963d8c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3