summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 12:36:25 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:04 -0500
commit0dfc5479a8e50215866bbf43604bed8416a1b504 (patch)
tree0bc506d528f89226587af733cd040aa69db0e632 /docs
parent58d3d14aeaf17a27c0fa663173dbf8dd92053923 (diff)
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 19ae47fc49..dade7e0bda 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -375,3 +375,6 @@ these features.
``parent_link`` is removed.
* Support for ``Widget._format_value()`` is removed.
+
+* ``FileField`` methods ``get_directory_name()`` and ``get_filename()`` are
+ removed.