fix: issue retrieval endpoint (#5907)
This commit is contained in:
parent
14b31e3fcd
commit
b33328dec5
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ from django.db.models import (
|
|||
UUIDField,
|
||||
Value,
|
||||
Subquery,
|
||||
Case,
|
||||
When,
|
||||
)
|
||||
from django.db.models.functions import Coalesce
|
||||
from django.utils import timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue