GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
147 stars 28 forks source link

TaskFilter: Use empty string for None searches #6

Closed tbabej closed 10 years ago

tbabej commented 10 years ago

This makes tasklib works same as Django ORM, where filter(keyword=None) searches are match objects where keyword attribute is not set.