File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33330.5.0
3434* Add support for Django 1.10 and 1.11 by using the new style middleware https://github.com/streeter/django-db-readonly/pull/16
3535
36- (History beyond 0.5.0 is not present)
36+ 0.6.0
37+ * Improve parsing of write queries to handle more types and multiple queries per statement https://github.com/streeter/django-db-readonly/pull/17
38+
39+ (History beyond 0.6.0 is not present)
Original file line number Diff line number Diff line change 1515
1616from readonly .exceptions import DatabaseWriteDenied
1717
18- VERSION = (0 , 5 , 0 )
18+ VERSION = (0 , 6 , 0 )
1919__version__ = VERSION
2020
2121logger = getLogger ('django.db.backends' )
Original file line number Diff line number Diff line change 66from setuptools import setup
77from setuptools .command .test import test
88
9- version = '0.5 .0'
9+ version = '0.6 .0'
1010
1111
1212if sys .argv [- 1 ] == 'publish' :
You can’t perform that action at this time.
0 commit comments