sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
188 stars 62 forks source link

Allow text choices being directly assigned as choices. #261

Closed john-parton closed 1 month ago

john-parton commented 1 month ago

Allow CharField(choices=...) to be a TextChoices class.

Changed in Django 5.0, see note here: https://docs.djangoproject.com/en/5.0/ref/models/fields/#s-enumeration-types

sbdchd commented 1 month ago

Thanks!