diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-07 16:28:13 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 14:09:28 -0500 |
| commit | 742d666da57b52a3b00aa9b1c527ece829e95245 (patch) | |
| tree | adc4090e4b0fbaad11a01ea49d1358c84df0cac0 /tests/forms_tests/field_tests/test_filepathfield.py | |
| parent | a3bd8672d87466649e5f5b0fa27634d1800a29a7 (diff) | |
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
Diffstat (limited to 'tests/forms_tests/field_tests/test_filepathfield.py')
| -rw-r--r-- | tests/forms_tests/field_tests/test_filepathfield.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/forms_tests/field_tests/test_filepathfield.py b/tests/forms_tests/field_tests/test_filepathfield.py index d518e65db1..60336d0dcf 100644 --- a/tests/forms_tests/field_tests/test_filepathfield.py +++ b/tests/forms_tests/field_tests/test_filepathfield.py @@ -79,8 +79,6 @@ class FilePathFieldTest(SimpleTestCase): expected = [ ('/django/forms/__init__.py', '__init__.py'), ('/django/forms/boundfield.py', 'boundfield.py'), - ('/django/forms/extras/__init__.py', 'extras/__init__.py'), - ('/django/forms/extras/widgets.py', 'extras/widgets.py'), ('/django/forms/fields.py', 'fields.py'), ('/django/forms/forms.py', 'forms.py'), ('/django/forms/formsets.py', 'formsets.py'), |
