diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 12:36:25 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:04 -0500 |
| commit | 0dfc5479a8e50215866bbf43604bed8416a1b504 (patch) | |
| tree | 0bc506d528f89226587af733cd040aa69db0e632 /docs | |
| parent | 58d3d14aeaf17a27c0fa663173dbf8dd92053923 (diff) | |
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
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. |
