mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
Removed some outdated backwards compatibility imports and misleading comments.
EmptyResultSet moved in46509cf13d
. FieldDoesNotExist moved in8958170755
. BoundField and pretty_name moved in8550161e53
. EMPTY_VALUES moved in471596fc1a
. BaseRunserverCommand moved in5c53e30607
.
This commit is contained in:
parent
aad46ee274
commit
129583a0d3
14 changed files with 32 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue