summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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