Skip to content

Commit f04f0d3

Browse files
committed
Support foriegn key connections running async
1 parent 74998af commit f04f0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene_django/converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from collections import OrderedDict
22
from functools import singledispatch, wraps
3+
from asyncio import get_running_loop
34

45
from django.db import models
56
from django.utils.encoding import force_str

0 commit comments

Comments
 (0)