Graphene-django-plus

Latest version: v5.1

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

Scan your dependencies

Page 1 of 11

5.1

What's changed

* feat: support for graphene-django 3.1.2. This also increases the minimum required django version to 3.2.x

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v5.0...v5.1

5.0

What's Changed
* Support for Graphene 3

NOTE:

This repository is still deprecated. I suggest anyone who relies on this to move to [strawberry](https://github.com/strawberry-graphql/strawberry) and also use [strawberry-django-plus](https://github.com/blb-ventures/strawberry-django-plus), which does a lot of what this lib used to do.

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v4.5...v5.0

4.5

NOTE: This lib is being DEPRECATED. Read more [here](https://github.com/0soft/graphene-django-plus/issues/33)

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v4.4...v4.5

4.4

What's Changed
* Support for the use of different registries by RainerHausdorf in https://github.com/0soft/graphene-django-plus/pull/30
* Register input types for model fields by joricht in https://github.com/0soft/graphene-django-plus/pull/32

New Contributors
* RainerHausdorf made their first contribution in https://github.com/0soft/graphene-django-plus/pull/30
* joricht made their first contribution in https://github.com/0soft/graphene-django-plus/pull/32

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v4.0.4...v4.4

4.3

Possible breaking change

* The `ModelMutation` used to generate the default return value of the model as `snake_case`. So, the model `FooBar` would be set to `fooBar`. That still works the same for the endpoint, but in python it is weird to have to `return cls(fooBar=instance)`. This changes the default attribute to use `foo_bar` .

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v4.0.4...v4.3

4.2

What's Changed
* Quote `ObjectPermissionChecker` so it is not required at runtime (https://github.com/0soft/graphene-django-plus/issues/31)
* Improve typing overall (NOTE: It is recommente to use the latest version from https://github.com/sbdchd/django-types for an awesome typing experience)

**Full Changelog**: https://github.com/0soft/graphene-django-plus/compare/v4.0.4...v4.2

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.