Releases: eamigo86/graphene-django-extras
Releases · eamigo86/graphene-django-extras
v0.1.1
v0.1.0-alpha12
- Added new settings param: MAX_PAGE_SIZE, to use on GRAPHENE_DJANGO_EXTRAS configuration dict for better customize DjangoListObjectType's pagination.
- Added support to Django's field: GenericRel.
- Improve model's fields calculation for to add all possible related and reverse fields.
- Improved documentation translation.
v0.1.0-alpha11
- Fixed bug on model fields with choices on an inheritance and the auto generated emun.
- Improved ordering for showed fields on graphqli's IDE.
- Added better descriptions to auto generated fields.
v0.1.0-alpha10
- Fixed bug that added the auto generate OneToOneField field of an inheritance to model field list.
- Added better descriptions to auto generated fields.
v0.1.0-alpha9
- Fixed minor bugs referent to:
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.
v0.1.0-alpha4
v0.1.0-alpha3
- Fixed bug on subscriptions when not specified any field in "data" parameter to bean return on notification message.
v0.1.0-alpha2
-
Fixed bug when subscribing to a given action (create, update or delete).
-
Mini web tool to test notifications of graphene-django-extras subscription. It is intuitive and simple:
graphene-django-extras subscriptions tool.zip
v0.1.0-alpha1
- Added support to multiselect choices values for models.CharField with choices attribute, on queries and mutations. Example: Integration with django-multiselectfield package.
- Added support to GenericForeignKey and GenericRelation fields, on queries and mutations.
- Added first approach to support Subscriptions with Channels, with subscribe and unsubscribe operations. Using channels-api package. 🏆
- Fixed minors bugs.