bckohan / django-enum

Full and natural support for enumerations as Django model fields.
https://django-enum.rtfd.io
MIT License
40 stars 1 forks source link

Install django-stubs when running static type checks. #60

Closed bckohan closed 1 month ago

bckohan commented 7 months ago

django-stubs requires python 3.10+ because of the use of | operator on types instead of Union. I don't understand why 3.8 and 3.9 are listed as supported?? Kick this particular can down the road.