summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 07:36:21 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:00 -0500
commit733c7c703030d2546b729dfa20edfa5217d1da20 (patch)
tree7a6991dd419aa36986d1cbadb939a2c323a3dac3 /docs
parentad393beeb71e8774e4bf9ad842b97022e50f1231 (diff)
Refs #24716 -- Removed Field._get_val_from_obj() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 0ae25a8295..42d6c5b540 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -299,3 +299,5 @@ these features.
* Support for setting a URL instance namespace without an application namespace
is removed.
+
+* ``Field._get_val_from_obj()`` is removed.