Releases: eamigo86/graphene-django-extras
Releases · eamigo86/graphene-django-extras
v0.3.8-alpha11
1- Fixed minor bug with nested_fields for mutations.
2- Updated dependencies to avoid errors with CharField with choices and blank=True reported for graphql-core.
v0.3.8-alpha10
1- Added new date directive: "time ago 2d".
2- Updated graphene-django requirements.
3- Replaced dateutils dependency with python-dateutil.
4- Fixed minor bug on "time ago" date directive.
5- Pinned version of django-filter==1.1.0 package.
v0.3.8-alpha9
Fixed typographic bug on converter.py
v0.3.8-alpha8
Fixed typographic bug on converter.py
V0.3.0
- Added Binary graphql type. A BinaryArray is used to convert a Django BinaryField to the string form.
- Added CACHE_ACTIVE and CACHE_TIMEOUT config options to GRAPHENE_DJANGO_EXTRAS settings for activate cache and define a expire time. Default values are: CACHE_ACTIVE=False, CACHE_TIMEOUT=300 (seconds). Only available for Queries.
- Updated Date directive for use with Django TimeField, DateField, and DateTimeField.
- Updated ExtraGraphQLView and AuthenticatedGraphQLView to allow use subscription requests on graphene-django >=2.0
- Updated setup dependence to graphene-django>=2.0.
v0.2.1
v0.1.7
v0.1.3
v0.1.3a1
v0.1.2
- Added ok field and errors field to DjangoSerializerType like on DjangoSerializerMutation.
- Added possibility of filtering in those queries fields that return a list of objects.
- Updated DRF compatibility.
- Fixed bug with filters when use global DEFAULT_PAGINATION_CLASS.