mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
fix
This commit is contained in:
parent
49937d43b6
commit
20e0e991b5
|
@ -1,6 +1,6 @@
|
||||||
from .types import DjangoObjectType
|
from .types import DjangoObjectType
|
||||||
from .fields import DjangoConnectionField
|
from .fields import DjangoConnectionField
|
||||||
|
|
||||||
__version__ = "2.2.3.7"
|
__version__ = "2.2.3.8"
|
||||||
|
|
||||||
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
||||||
|
|
|
@ -7,6 +7,7 @@ from .utils import (
|
||||||
import_single_dispatch,
|
import_single_dispatch,
|
||||||
is_parent_set,
|
is_parent_set,
|
||||||
pagination_params,
|
pagination_params,
|
||||||
|
set_parent,
|
||||||
)
|
)
|
||||||
from .testing import GraphQLTestCase
|
from .testing import GraphQLTestCase
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user