What's New
🚀 Features
- Add
central
to short name columns
🐛 Bug Fixes
&
and|
withNone
return originalQ
. Previously,Q(...) | None
would return a query that evaluated toTrue
everywhere.
📚 Documentation
- List defined operators on
Q
(&
,|
,~
,==
) in the docstring ofCombineQMixin
.
🧪 Testing
- ensure that
&
and|
withNone
return originalQ
.