- Adds a test suite - Fixes invalidation for data creation/deletion - Stops caching on queries defining ``select`` or ``where`` arguments with ``QuerySet.extra``
0.1.0
-----
Prototype simply caching all SQL queries reading the database and trying to invalidate them when SQL queries modify the database.
Has issues invalidating deletions and creations. Also caches ``QuerySet.extra`` queries but can’t reliably invalidate them. No transaction support, no test, no multi-database support, etc.