1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().

This commit is contained in:
Tim Graham
2016-12-31 12:36:25 -05:00
parent 58d3d14aea
commit 0dfc5479a8
3 changed files with 3 additions and 46 deletions

View File

@@ -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.