mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-03-11 07:05:46 +03:00
Support foriegn key connections running async
This commit is contained in:
parent
74998afb69
commit
f04f0d33ff
|
@ -1,5 +1,6 @@
|
|||
from collections import OrderedDict
|
||||
from functools import singledispatch, wraps
|
||||
from asyncio import get_running_loop
|
||||
|
||||
from django.db import models
|
||||
from django.utils.encoding import force_str
|
||||
|
|
Loading…
Reference in New Issue
Block a user