- A bit of cleanup, and start of some tests
- Improve parsing of write queries to handle more types and multiple queries per statement #17
- Add support for Django 1.10 and 1.11 by using the new style middleware #16
- Look up the
_last_executed
property on the underlying DB cursor #13
- Django 1.9 support #11
- Added per-Database configurability. #10
- Django 1.7+ support #8
- ....
- Add
readonly
context processor
- Add exception catching middleware
- Minor optimizations
- PEP 8 cleanup
- Initial implementation