]> git.madduck.net Git - etc/taskwarrior.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Emulate django's QuerySet API for filtering tasks
authorRob Golding <rob@robgolding.com>
Sun, 14 Apr 2013 20:18:56 +0000 (21:18 +0100)
committerRob Golding <rob@robgolding.com>
Sun, 14 Apr 2013 20:18:56 +0000 (21:18 +0100)
commit86e0329a1e477c8bb59eb033cc7a8f821067b426
treefcdc87d13289f5ebd4cc4d8257b5a3df89180910
parent98e53a455c258b0f8f660f0b11eeb9a510c0f79b
Emulate django's QuerySet API for filtering tasks
tasklib/task.py