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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user