graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.28k stars 766 forks source link

Allows field's choices to be a callable #1497

Closed nossila closed 5 months ago

nossila commented 7 months ago

Starting in Django 5 field's choices can also be a callable https://docs.djangoproject.com/en/5.0/ref/models/fields/#django.db.models.Field.choices

kiendang commented 7 months ago

Thanks @nossila could you also add a test for this?