* BREAKING CHANGE: Drop support for Django < 2 and Python < 3.6.
2.1.0
~~~~~
* Add ``CACHEBACK_TASK_IGNORE_RESULT`` option to reduce noise in task queues.
2.0.0
~~~~~
* BREAKING CHANGE: Dropping support for Python 2
1.4.0
~~~~~
* Add support for Django 2.0. * Drop official support for Python 3.3 (py33 might work for bit longer).
1.3.2
~~~~~
* Bugfix in set method — was using the timeout instead of the expiry. Also added a raw_get method, which retrieves cache entry with same semantics as regular get method.