diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py index 5bde11f20546375a3eaa2c54458d9df358d2e07c..347470855cfbe410e192d6ecc26aae50e3ccf352 100644 --- a/opentech/apply/funds/models.py +++ b/opentech/apply/funds/models.py @@ -1,11 +1,10 @@ from datetime import date -from django.core.exceptions import ValidationError -from django.db import models -from django.db.models.expressions import RawSQL, OrderBy from django.contrib.postgres.fields import JSONField +from django.core.exceptions import ValidationError from django.db import models from django.db.models import Q +from django.db.models.expressions import RawSQL, OrderBy from django.http import Http404 from django.urls import reverse from django.utils.text import mark_safe