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

Support has_all and has_any lookups for integer sizes greater than 64 bit. #71

Open bckohan opened 1 month ago

bckohan commented 1 month ago

Currently for flag fields greater than 64 bits has_any and has_all lookups do not work.