Fix missing import of Http404
parent
c267ff63a4
commit
63eaa8f3c2
|
@ -26,6 +26,7 @@ from django.db.models.functions import Coalesce
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.utils.translation import ugettext as _
|
from django.utils.translation import ugettext as _
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
from django.http import Http404
|
||||||
|
|
||||||
from taiga.base import filters
|
from taiga.base import filters
|
||||||
from taiga.base import response
|
from taiga.base import response
|
||||||
|
|
Loading…
Reference in New Issue