Skip to content

Commit 1d04f97

Browse files
author
Ernesto Perez Amigo
committed
Updated dependency DRF in setup.py, to avoid an import error (from rest_framework.compat import get_related_model) produced by the new version of DRF 3.7.0
1 parent 857f7c3 commit 1d04f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django_extras/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .pagination import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
88
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType
99

10-
VERSION = (0, 0, 1, 'final', '')
10+
VERSION = (0, 0, 2, 'final', '')
1111

1212
__version__ = get_version(VERSION)
1313

0 commit comments

Comments
 (0)