Skip to content
Snippets Groups Projects
Commit 47385e94 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Fixup! from migration

parent 75dc7eaf
No related branches found
No related tags found
No related merge requests found
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
......
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