File tree Expand file tree Collapse file tree 2 files changed +54
-39
lines changed Expand file tree Collapse file tree 2 files changed +54
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.7.0
4+
5+ - A bit of cleanup, and start of some tests
6+
7+ ## 0.6.0
8+
9+ - Improve parsing of write queries to handle more types and multiple queries per statement https://github.com/streeter/django-db-readonly/pull/17
10+
11+ ## 0.5.0
12+
13+ - Add support for Django 1.10 and 1.11 by using the new style middleware https://github.com/streeter/django-db-readonly/pull/16
14+
15+ ## 0.4.2
16+
17+ - Look up the ` _last_executed ` property on the underlying DB cursor https://github.com/streeter/django-db-readonly/pull/13
18+
19+ ## 0.4.1
20+
21+ - Django 1.9 support https://github.com/streeter/django-db-readonly/pull/11
22+
23+ # v0.4
24+
25+ - Added per-Database configurability. https://github.com/streeter/django-db-readonly/pull/10
26+
27+ ## 0.3.3
28+
29+ - Django 1.7+ support https://github.com/streeter/django-db-readonly/pull/8
30+
31+ ## 0.3.2
32+
33+ - Fix [ ` _last_executed ` exception] ( https://github.com/streeter/django-db-readonly/pull/3 )
34+
35+ ## 0.3.1
36+
37+ - ....
38+
39+ ## 0.3.0
40+
41+ - Add ` readonly ` context processor
42+
43+ ## 0.2.0
44+
45+ - Add exception catching middleware
46+
47+ ## 0.1.1
48+
49+ - Minor optimizations
50+ - PEP 8 cleanup
51+
52+ ## 0.1.0
53+
54+ - Initial implementation
You can’t perform that action at this time.
0 commit comments