Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-13 | 914 Bytes | |
v3.2.3 source code.tar.gz | 2025-03-13 | 130.1 kB | |
v3.2.3 source code.zip | 2025-03-13 | 220.2 kB | |
Totals: 3 Items | 351.3 kB | 0 |
What's Changed
- remove dead code: singledispatch has been in the standard library ... by @a-detiste in https://github.com/graphql-python/graphene-django/pull/1534
- add official Django 5.1 support by @GeyseR in https://github.com/graphql-python/graphene-django/pull/1540
- fix typed choices, make working with different Django 5x choices options by @GeyseR in https://github.com/graphql-python/graphene-django/pull/1539
- Bugfix: call
resolver
function inDjangoConnectionField
as documented by @PoByBolek in https://github.com/graphql-python/graphene-django/pull/1529
New Contributors
- @a-detiste made their first contribution in https://github.com/graphql-python/graphene-django/pull/1534
- @PoByBolek made their first contribution in https://github.com/graphql-python/graphene-django/pull/1529
Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.2.2...v3.2.3