Skip to content

Commit

Permalink
1. Fixed minor bugs referent to:
Browse files Browse the repository at this point in the history
   1.1.  Error in queryset builder function for list resolvers.
   1.2.  Incorrect value for exclude_fields on converter function.
   1.3.  Errors for some fields types in GenericType and GenericInputType generations for Queries and Mutations.
  • Loading branch information
Ernesto Perez Amigo committed Oct 26, 2017
1 parent d3083b5 commit 053c6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_django_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType
from .subscriptions import *

VERSION = (0, 1, 0, 'beta', '1')
VERSION = (0, 1, 0, 'alpha', '9')

__version__ = get_version(VERSION)

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def get_packages():
packages=get_packages(),

install_requires=[
'graphene-django>=2.0',
'graphql-core==2.0.dev20171009101843',
'graphene==2.0.dev20170802065539',
'graphene-django==2.0.dev2017083101',
'Django>=1.8.0',
'django-filter>=1.0.4',
'djangorestframework~=3.6.0',
Expand Down

0 comments on commit 053c6f9

Please sign in to comment.