Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.04 KB

CHANGES.md

File metadata and controls

54 lines (28 loc) · 1.04 KB

Changelog

0.7.0

  • A bit of cleanup, and start of some tests

0.6.0

  • Improve parsing of write queries to handle more types and multiple queries per statement #17

0.5.0

  • Add support for Django 1.10 and 1.11 by using the new style middleware #16

0.4.2

  • Look up the _last_executed property on the underlying DB cursor #13

0.4.1

  • Django 1.9 support #11

v0.4

  • Added per-Database configurability. #10

0.3.3

  • Django 1.7+ support #8

0.3.2

0.3.1

  • ....

0.3.0

  • Add readonly context processor

0.2.0

  • Add exception catching middleware

0.1.1

  • Minor optimizations
  • PEP 8 cleanup

0.1.0

  • Initial implementation