Removed some outdated backwards compatibility imports and misleading comments.

EmptyResultSet moved in 46509cf13d.
FieldDoesNotExist moved in 8958170755.
BoundField and pretty_name moved in 8550161e53.
EMPTY_VALUES moved in 471596fc1a.
BaseRunserverCommand moved in 5c53e30607.
This commit is contained in:
Mads Jensen 2019-07-18 08:13:01 +02:00 committed by Mariusz Felisiak
parent aad46ee274
commit 129583a0d3
14 changed files with 32 additions and 38 deletions

View file

@ -1,4 +1,5 @@
from django.template.base import Context, TemplateSyntaxError
from django.template.base import TemplateSyntaxError
from django.template.context import Context
from django.test import SimpleTestCase
from ..utils import SilentAttrClass, SilentGetItemClass, SomeClass, setup