georgebv / drf-pydantic

Use pydantic with the Django REST framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django `TextChoices` support request

djbios opened this issue · comments

commented

Probably TextChoises could be treated the same way as Enums. Now it raises an assertion error.

Can you please provide more context and an example of what you see and what would be the desired behavior?