summaryrefslogtreecommitdiff
path: root/django/db/models/sql/datastructures.py
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2019-07-18 08:13:01 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-24 15:18:53 +0200
commit129583a0d3cf69b08d058cd751d777588801b7ad (patch)
tree942c8e699445b6c13dc7b43869d1fee999eb8134 /django/db/models/sql/datastructures.py
parentaad46ee274b0e294ac055cc199e6595de4ef4164 (diff)
downloaddjango-129583a0d3cf69b08d058cd751d777588801b7ad.tar.gz
Removed some outdated backwards compatibility imports and misleading comments.
EmptyResultSet moved in 46509cf13dbf049f75077981c29ef2c60b5a96ab. FieldDoesNotExist moved in 8958170755b37ce346ae5257c1000bd936faa3b0. BoundField and pretty_name moved in 8550161e531a603d57723850fb09c4c9b7ca60b9. EMPTY_VALUES moved in 471596fc1afcb9c6258d317c619eaf5fd394e797. BaseRunserverCommand moved in 5c53e30607014163872e89c221b206992a9acfef.
Diffstat (limited to 'django/db/models/sql/datastructures.py')
-rw-r--r--django/db/models/sql/datastructures.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/models/sql/datastructures.py b/django/db/models/sql/datastructures.py
index 9c3bb05e89..c2c347b3cf 100644
--- a/django/db/models/sql/datastructures.py
+++ b/django/db/models/sql/datastructures.py
@@ -2,8 +2,6 @@
Useful auxiliary data structures for query construction. Not useful outside
the SQL domain.
"""
-# for backwards-compatibility in Django 1.11
-from django.core.exceptions import EmptyResultSet # NOQA: F401
from django.db.models.sql.constants import INNER, LOUTER