mirror of https://github.com/django/django.git
[4.2.x] Refs #34754 -- Added missing FullResultSet import.
Follow up to 3a1863319c
.
This commit is contained in:
parent
3a1863319c
commit
936afc2deb
|
@ -1,7 +1,7 @@
|
|||
import itertools
|
||||
import math
|
||||
|
||||
from django.core.exceptions import EmptyResultSet
|
||||
from django.core.exceptions import EmptyResultSet, FullResultSet
|
||||
from django.db.models.expressions import Case, Expression, Func, Value, When
|
||||
from django.db.models.fields import (
|
||||
BooleanField,
|
||||
|
|
Loading…
Reference in New Issue