Skip to content

Commit 38b8103

Browse files
committed
Reformat changelog
1 parent 434e30e commit 38b8103

File tree

2 files changed

+54
-39
lines changed

2 files changed

+54
-39
lines changed

CHANGES

Lines changed: 0 additions & 39 deletions
This file was deleted.

CHANGES.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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

0 commit comments

Comments
 (0)