Skip to content

0.2.3

Latest
Compare
Choose a tag to compare
@rmnldwg rmnldwg released this 05 Dec 15:15
a9839a1

What's New

🚀 Features

  • Add central to short name columns

🐛 Bug Fixes

  • & and | with None return original Q. Previously, Q(...) | None would return a query that evaluated to True everywhere.

📚 Documentation

  • List defined operators on Q (&, |, ~, ==) in the docstring of CombineQMixin.

🧪 Testing

  • ensure that & and | with None return original Q.