Skip to content

Commit

Permalink
Expose DjangoListField
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Apr 12, 2020
1 parent 69b5fe4 commit a27e8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphene_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType
from .fields import DjangoConnectionField

__version__ = "2.9.0"

__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
__all__ = ["__version__", "DjangoObjectType", "DjangoListField", "DjangoConnectionField"]

0 comments on commit a27e8f3

Please sign in to comment.