Skip to content

Commit 5d660bf

Browse files
authored
Add missing import for django.core.exceptions.FieldDoesNotExist to compiler.py (#83)
1 parent 9a96177 commit 5d660bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tree_queries/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import django
2+
from django.core.exceptions import FieldDoesNotExist
23
from django.db import connections
34
from django.db.models import Expression, F, QuerySet, Value, Window
45
from django.db.models.functions import RowNumber

0 commit comments

Comments
 (0)