Version 0.3.3
- Used value instead of boolean for active queries
Context:
Due to changes in Django 3.2, the implementation of BooleanFields will cause table scans when we would like to make use of indexes instead. This forces the query to check against the value we want instead of looking for values we don't want.