Skip to content
Snippets Groups Projects
Verified Commit ba995948 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix missing import

parent 8cbb193c
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ from django.core import validators
from django.core.exceptions import ValidationError
from django.db import models
from django.db.models import F, Max, Min, Q
from django.db.models.aggregates import Count
from django.db.models.functions import Coalesce
from django.forms import Media
from django.http.request import QueryDict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment