Skip to content

Version 0.3.3

Compare
Choose a tag to compare
@mzulqarnain1 mzulqarnain1 released this 07 Oct 12:54
· 55 commits to master since this release
3449b30
  • 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.