Graphene-django-plus

Latest version: v5.1

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 11

2.4.1

* Field name should be in camelCase when exporting schema data

2.4.0

* Fix exclude_field when clean instance 22
* Fix required fields with default value in create mutation 21
* Experimental query to retrieve mutations input information to make it easier for frontends to build forms
* Start using poetry for managing dependencies and the build process

2.3.2

* (https://github.com/0soft/graphene-django-plus/pull/14) New global option to avoid automatically generating input fields for reverse relations. If the default option is changed you can still force them to be generated by adding them to `only_fields` - Thanks justinask7 for the PR

2.3.1

Drop support for EOL django versions.

2.3

Breaking changes:
==============

* (10) The mutation's input fields will be generated with their `required` field set to weather the field is set to `blank=True` or not. This is to make it work like django (https://docs.djangoproject.com/en/3.0/ref/models/fields/#blank)
* (11) Mutations now will generate input for reverse foreign key relationships - Thanks gghildyal for the PR

Other fixes:
=========

* (9) Order of imports affects the operation of the library

2.2.3

* Fix for the previous release

Page 6 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.