summaryrefslogtreecommitdiff
path: root/django/db/models/sql/datastructures.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/models/sql/datastructures.py')
-rw-r--r--django/db/models/sql/datastructures.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/db/models/sql/datastructures.py b/django/db/models/sql/datastructures.py
index 92d64e15dd..b8e06daf01 100644
--- a/django/db/models/sql/datastructures.py
+++ b/django/db/models/sql/datastructures.py
@@ -6,9 +6,6 @@ the SQL domain.
class EmptyResultSet(Exception):
pass
-class FullResultSet(Exception):
- pass
-
class MultiJoin(Exception):
"""
Used by join construction code to indicate the point at which a