django-enum.IntFlag-field

django-enum.IntFlag-field — A model field that takes an enum.IntFlag class, stores flag combinations as an IntegerField, and allows convenient bitwise containment predicates through the Django ORM.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install django-enum-intflag-field

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Files
0.0.3 2024-10-02    
0.0.2 2024-10-02    
0.0.1 2024-07-31    

Issues with this package?

Page last updated 2024-10-02 22:40:32 UTC