diff options
Diffstat (limited to 'tests/shortcuts/tests.py')
-rw-r--r-- | tests/shortcuts/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shortcuts/tests.py b/tests/shortcuts/tests.py index 98251244c5..08bcc55343 100644 --- a/tests/shortcuts/tests.py +++ b/tests/shortcuts/tests.py @@ -1,6 +1,6 @@ -from django.utils.deprecation import RemovedInDjango20Warning from django.test import TestCase, ignore_warnings, override_settings from django.test.utils import require_jinja2 +from django.utils.deprecation import RemovedInDjango20Warning @override_settings( |