We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcaabb commit a8198cfCopy full SHA for a8198cf
1 file changed
lookup_extensions/sql.py
@@ -4,7 +4,7 @@
4
from django.db.models.sql import Query as DjangoQuery
5
6
7
-class ExtendedQueryMixin(object)
+class ExtendedQueryMixin(object):
8
SUBQUERY_LOOKUPS = (
9
'exists',
10
'neexists',
0 commit comments