Remove usage of deprecated Model and Serializer fields (#1663)
This commit is contained in:
parent
b53ced6ac9
commit
252ebf8ce7
10 changed files with 18 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue