update to use new JSONFIELD

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2020-08-04 12:01:44 +02:00
commit 165dacb7bf
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,6 @@
from django.db import models
from django.contrib.postgres.fields import JSONField
from django.db.models import JSONField
from django.utils.translation import gettext_lazy as _
class UncloudModel(models.Model):