Explorar el Código

Add import Q back in

Brian Tiemann hace 4 meses
padre
commit
1dcfc05c32
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netbox/dcim/graphql/filters.py

+ 1 - 0
netbox/dcim/graphql/filters.py

@@ -1,5 +1,6 @@
 from typing import Annotated, TYPE_CHECKING
 
+from django.db.models import Q
 import strawberry
 import strawberry_django
 from strawberry.scalars import ID