Skip to content

Releases: eamigo86/graphene-django-extras

v0.0.1

09 Oct 15:03
Compare
Choose a tag to compare

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.
01-resp_image

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.
01-create_mutations_show_required_fields_first release_0 0 1

4- Fixed others minors bugs

v0.0.1-rc.2

05 Oct 21:04
Compare
Choose a tag to compare
v0.0.1-rc.2 Pre-release
Pre-release

The pagination configuration is now more friendly

v0.0.1-beta.9

02 Oct 23:36
Compare
Choose a tag to compare
v0.0.1-beta.9 Pre-release
Pre-release

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

03 Oct 01:15
Compare
Choose a tag to compare
v0.0.1-beta.10 Pre-release
Pre-release
Fixed bug in the queryset_factory function because it did not always …

v0.0.1-beta.6

25 Sep 15:18
Compare
Choose a tag to compare
v0.0.1-beta.6 Pre-release
Pre-release
Optimizing imports, fix some minors bugs and working on performance

v0.0.1-beta.5

21 Sep 18:58
Compare
Choose a tag to compare
v0.0.1-beta.5 Pre-release
Pre-release
Add files via upload

repair conflict on converter.py, by the use of get_related_model function with: OneToOneRel, ManyToManyRel and ManyToOneRel