1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #24219 -- Removed django.forms.extras per deprecation timeline.

This commit is contained in:
Tim Graham
2016-11-07 16:28:13 -05:00
parent a3bd8672d8
commit 742d666da5
5 changed files with 2 additions and 20 deletions

View File

@@ -173,11 +173,6 @@ def setup(verbosity, test_labels, parallel):
'The GeoManager class is deprecated.',
RemovedInDjango20Warning
)
warnings.filterwarnings(
'ignore',
'django.forms.extras is deprecated.',
RemovedInDjango20Warning
)
# Load all the ALWAYS_INSTALLED_APPS.
django.setup()