Remove usage of deprecated Model and Serializer fields (#1663)

This commit is contained in:
petitminion 2022-01-23 10:52:41 +00:00 committed by Georg Krause
commit 252ebf8ce7
10 changed files with 18 additions and 12 deletions

View file

@ -9,7 +9,7 @@ import uuid
from django.conf import settings
from django.contrib.auth.models import AbstractUser, UserManager as BaseUserManager
from django.contrib.postgres.fields import JSONField
from django.db.models import JSONField
from django.db import models, transaction
from django.dispatch import receiver
from django.urls import reverse