mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
This commit is contained in:
parent
a3bd8672d8
commit
742d666da5
5 changed files with 2 additions and 20 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue