typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
452 stars 118 forks source link

represent choices in ChoiceField as Sequence #686

Closed asottile closed 1 month ago

asottile commented 1 month ago

this enforces that choices are in a deterministic order for forms / schemas / etc.

I have made things!

Related issues

resolves #454