- `filter` got support for Django Q-objects - Enabled by setting for client CELERY_TASK_SERIALIZER = 'x-rpc-json'. Both client and server must have celery_rpc>=0.17. - `fllter` now can exclude models by lookups and Q-objects. Filters and excludes can be mixed with fun.
0.17rc1
- `filter` got support for Django Q-objects - `fllter` now can not only filtering but also exclude models (Q-objects supports too).