We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf27318 commit 9623640Copy full SHA for 9623640
graphene_django/compat.py
@@ -4,6 +4,7 @@
4
class MissingType(object):
5
pass
6
7
+
8
try:
9
DurationField = models.DurationField
10
UUIDField = models.UUIDField
0 commit comments