Add logdisplay

This commit is contained in:
Raphael Michel
2020-10-19 14:50:40 +02:00
parent 4ef95346a7
commit 6e20f33ef5
2 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
import django_filters
from django.core.exceptions import ValidationError
from django.db.models import Count, F, Max, OuterRef, Prefetch, Q, Subquery, Exists
from django.db.models import (
Count, Exists, F, Max, OuterRef, Prefetch, Q, Subquery,
)
from django.db.models.functions import Coalesce
from django.http import Http404
from django.shortcuts import get_object_or_404