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 in `DjangoConnectionField` 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