We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a0492 commit bd553beCopy full SHA for bd553be
graphene_django/compat.py
@@ -16,6 +16,6 @@ class MissingType(object):
16
17
try:
18
# JSONField is only available from Django 3.1
19
- from django.contrib.fields import JSONField
+ from django.db.models import JSONField
20
except ImportError:
21
JSONField = MissingType
0 commit comments