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
|
|
@ -3,7 +3,7 @@ import uuid
|
|||
|
||||
from django.contrib.contenttypes.fields import GenericForeignKey, GenericRelation
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.contrib.postgres.fields import JSONField
|
||||
from django.db.models import JSONField
|
||||
from django.db import models
|
||||
from django.db.models.signals import pre_save
|
||||
from django.dispatch import receiver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue