We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96177 commit 5d660bfCopy full SHA for 5d660bf
tree_queries/compiler.py
@@ -1,4 +1,5 @@
1
import django
2
+from django.core.exceptions import FieldDoesNotExist
3
from django.db import connections
4
from django.db.models import Expression, F, QuerySet, Value, Window
5
from django.db.models.functions import RowNumber
0 commit comments