mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Removed RemovedInDjango110Warning.
This commit is contained in:
parent
2ccfac1a65
commit
48e7787db5
3 changed files with 5 additions and 11 deletions
|
@ -19,12 +19,9 @@ from django.test.runner import default_test_processes
|
|||
from django.test.utils import get_runner
|
||||
from django.utils import six
|
||||
from django.utils._os import upath
|
||||
from django.utils.deprecation import (
|
||||
RemovedInDjango20Warning, RemovedInDjango110Warning,
|
||||
)
|
||||
from django.utils.deprecation import RemovedInDjango20Warning
|
||||
from django.utils.log import DEFAULT_LOGGING
|
||||
|
||||
warnings.simplefilter("error", RemovedInDjango110Warning)
|
||||
warnings.simplefilter("error", RemovedInDjango20Warning)
|
||||
|
||||
RUNTESTS_DIR = os.path.abspath(os.path.dirname(upath(__file__)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue