Graphene-django

Latest version: v3.2.1

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

Scan your dependencies

Page 1 of 9

3.2.1

What's Changed
* fix: same type list by superlevure in https://github.com/graphql-python/graphene-django/pull/1492
* feat!: check Django model has a default ordering when used in a Relay Connection by tcleonard in https://github.com/graphql-python/graphene-django/pull/1495
* Bump django from 3.1.14 to 3.2.24 in /examples/cookbook by dependabot in https://github.com/graphql-python/graphene-django/pull/1498
* fix: Fix broken 'get_choices' with restframework 3.15.0 by diogosilva30 in https://github.com/graphql-python/graphene-django/pull/1506
* Allows field's choices to be a callable by nossila in https://github.com/graphql-python/graphene-django/pull/1497
* Fix ReadTheDocs builds by PabloAlexis611 in https://github.com/graphql-python/graphene-django/pull/1509
* Bump to 3.2.1 by kiendang in https://github.com/graphql-python/graphene-django/pull/1512

New Contributors
* diogosilva30 made their first contribution in https://github.com/graphql-python/graphene-django/pull/1506
* nossila made their first contribution in https://github.com/graphql-python/graphene-django/pull/1497
* PabloAlexis611 made their first contribution in https://github.com/graphql-python/graphene-django/pull/1509

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.2.0...v3.2.1

3.2.0

What's Changed
* Add support for validation rules by kiendang in https://github.com/graphql-python/graphene-django/pull/1475
* Provide setting to enable/disable converting choices to enums globally by Flauschbaellchen in https://github.com/graphql-python/graphene-django/pull/1477

New Contributors
* Flauschbaellchen made their first contribution in https://github.com/graphql-python/graphene-django/pull/1477

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.1.6...v3.2.0

3.1.6

What's Changed
* Only release on pypi after tests pass by kiendang in https://github.com/graphql-python/graphene-django/pull/1452
* fix: empty list is not an empty value for list filters even when a custom filtering method is provided by tcleonard in https://github.com/graphql-python/graphene-django/pull/1450
* adding optional_field in Serializermutation to enfore some fields to be optional by mahmoudmostafa0 in https://github.com/graphql-python/graphene-django/pull/1455
* Typo fixes by lilac-supernova-2 in https://github.com/graphql-python/graphene-django/pull/1459
* Support displaying deprecated input fields in GraphiQL docs by romainletendart in https://github.com/graphql-python/graphene-django/pull/1458
* Fix graphiql explorer styles by sending missing param to render_graphiql by mnasiri in https://github.com/graphql-python/graphene-django/pull/1460
* Fix test Client headers for Django 4.2 by kiendang in https://github.com/graphql-python/graphene-django/pull/1465
* Use ruff format to replace black by kiendang in https://github.com/graphql-python/graphene-django/pull/1473
* Optimize views by danthewildcat in https://github.com/graphql-python/graphene-django/pull/1439
* Add Python 3.12 to CI by kiendang in https://github.com/graphql-python/graphene-django/pull/1481
* Remove Django 4.1 (EOL) and add Django 5.0 to CI by kiendang in https://github.com/graphql-python/graphene-django/pull/1483

New Contributors
* mahmoudmostafa0 made their first contribution in https://github.com/graphql-python/graphene-django/pull/1455
* lilac-supernova-2 made their first contribution in https://github.com/graphql-python/graphene-django/pull/1459
* romainletendart made their first contribution in https://github.com/graphql-python/graphene-django/pull/1458
* mnasiri made their first contribution in https://github.com/graphql-python/graphene-django/pull/1460
* danthewildcat made their first contribution in https://github.com/graphql-python/graphene-django/pull/1439

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.1.5...v3.1.6

3.1.5

What's Changed
* fix: fk resolver permissions leak by superlevure in https://github.com/graphql-python/graphene-django/pull/1411
* Support base class relations and reverse for proxy models by TomsOverBaghdad in https://github.com/graphql-python/graphene-django/pull/1380
* exclude 'fans' from ReporterForm tests by firaskafri in https://github.com/graphql-python/graphene-django/pull/1434
* Update mutation.py to serialize Enum objects into input values by allen-munsch in https://github.com/graphql-python/graphene-django/pull/1431
* Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI by kiendang in https://github.com/graphql-python/graphene-django/pull/1440
* Prevent duplicate CI runs, also work with PRs from forks by kiendang in https://github.com/graphql-python/graphene-django/pull/1443
* Use ruff in pre-commit by kiendang in https://github.com/graphql-python/graphene-django/pull/1441
* fix: foreign key nullable and custom resolver by superlevure in https://github.com/graphql-python/graphene-django/pull/1446
* Miscellaneous CI fixes by kiendang in https://github.com/graphql-python/graphene-django/pull/1447

New Contributors
* superlevure made their first contribution in https://github.com/graphql-python/graphene-django/pull/1411
* TomsOverBaghdad made their first contribution in https://github.com/graphql-python/graphene-django/pull/1380
* allen-munsch made their first contribution in https://github.com/graphql-python/graphene-django/pull/1431

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.1.3...v3.1.5

3.1.3

What's Changed
* Update the path to GraphQL Server Specification for Relay by rapsealk in https://github.com/graphql-python/graphene-django/pull/1432
* Add JSONField back to graphene_django.compat module for backwards compatibility by sjdemartini in https://github.com/graphql-python/graphene-django/pull/1429

New Contributors
* rapsealk made their first contribution in https://github.com/graphql-python/graphene-django/pull/1432

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.1.2...v3.1.3

3.1.2

What's Changed
* Fix linting issues by firaskafri in https://github.com/graphql-python/graphene-django/pull/1412
* Set pypi GH action version to release/v1 by kiendang in https://github.com/graphql-python/graphene-django/pull/1415
* Correct schema write test by kiendang in https://github.com/graphql-python/graphene-django/pull/1416
* Fix graphiql explorer styles by including official CSS, and update local example app for testing by sjdemartini in https://github.com/graphql-python/graphene-django/pull/1418
* Add check for `serializers.HiddenField` on `fields_for_serializer` function by sezginacer in https://github.com/graphql-python/graphene-django/pull/1419
* CI: add Django 4.2 by dulmandakh in https://github.com/graphql-python/graphene-django/pull/1420
* remove JSONField compat by dulmandakh in https://github.com/graphql-python/graphene-django/pull/1421
* CI: remove Django 4.0 by dulmandakh in https://github.com/graphql-python/graphene-django/pull/1422
* Update compat.py MissingType results after PGJSONField removal by sjdemartini in https://github.com/graphql-python/graphene-django/pull/1423

New Contributors
* sezginacer made their first contribution in https://github.com/graphql-python/graphene-django/pull/1419

**Full Changelog**: https://github.com/graphql-python/graphene-django/compare/v3.1.1...v3.1.2

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.