Releases: eamigo86/graphene-django-extras
v0.0.1
1- Fixed bug on DjangoInputObjectType class that refer to unused interface attribute.
2- Added support to create nested objects like in DRF (http://www.django-rest-framework.org/api-guide/serializers/#writable-nested-representations), it's valid to SerializerMutation and DjangoInputObjectType, only is necessary to specify nested_fields=True on its Meta class definition.
3- Added support to show, only in mutations types to create objects and with debug=True on settings, inputs autocomplete ordered by required fields first.
4- Fixed others minors bugs
v0.0.1-rc.2
The pagination configuration is now more friendly
v0.0.1-beta.9
1- Remove hard dependence with psycopg2
module.
2- Fixed bug that prevented use queries with fragments.
3- Fixed bug relating to custom django_filters module and ordering fields.
v0.0.1-beta.10
Fixed bug in the queryset_factory function because it did not always …
v0.0.1-beta.6
Optimizing imports, fix some minors bugs and working on performance
v0.0.1-beta.5
Add files via upload repair conflict on converter.py, by the use of get_related_model function with: OneToOneRel, ManyToManyRel and ManyToOneRel