general: ensure jsonfields are using jsonb columns (fixup2, #52915)

This commit is contained in:
Frédéric Péters 2021-04-12 14:41:29 +02:00
parent b9ff8540d7
commit 54950b51b2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
from django.apps import apps
from django.core.management.base import BaseCommand, CommandError
from django.db import connection
from jsonfield import JSONField