* Test on Django 1.10 [40](https://github.com/educreations/django-ormcache/pull/40) * Invalidation after delete does not log an error [41](https://github.com/educreations/django-ormcache/pull/41)
1.1
------
* Support for Django 1.9 * PEP8 cleanup * Support for Python 3.5 * Drop support for Django < 1.7
1.0.1
------
* Support for Django 1.8
1.0
----
* Limited handling of filtered querysets (`qs.filter(pk=42).get()`) on Django 1.7+. * Support ForeignKey lookups (when `use_for_related_fields = True` is set on the manager) on Django 1.7+.
0.4
----
* Python 3 support * `from_ids` now returns the model instances in the same order they were given in
0.3
----
* `from_ids` can no longer be called on a manager not handled by django-ormcache * Support for Django 1.6