Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-20 | 2.1 kB | |
v3.1.6 source code.tar.gz | 2023-12-20 | 127.2 kB | |
v3.1.6 source code.zip | 2023-12-20 | 216.4 kB | |
Totals: 3 Items | 345.8 kB | 0 |
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