~~~
* Celery task arguments can now be passed (`20`_).
* Include reference to job instance on decorator function (`17`_). This allows
caches to be invalidated using the decorator function instance.
.. _`17`: https://github.com/codeinthehole/django-cacheback/pull/17
.. _`20`: https://github.com/codeinthehole/django-cacheback/pull/20