Added custom back-end to allow uniqueness

This commit is contained in:
Swen Kooij
2017-01-31 18:04:32 +02:00
parent ed1559ec31
commit 680383b636
6 changed files with 260 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
"""This module is unused, but should be contributed to Django."""
from typing import List
from django.db import models