File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 6.1
2
+ - support Django 3.2 and 4.0 (thx to Olivér Kecskeméty)
3
+ - do not gulp commit errors (Oleg Yamnikov)
4
+ - fixed precall key when a prefix is defined (Peter Baumgartner)
5
+ - fixed m2o/m2m queries invalidation on object deletion (thx to Sergey Tikhonov)
6
+
1
7
6.0
2
8
- support and test against Python 3.9 and Django 3.1/3.2
3
9
- added custom serializers support (thx to Arcady Usov)
Original file line number Diff line number Diff line change 1
- __version__ = '6.0 '
1
+ __version__ = '6.1 '
2
2
VERSION = tuple (map (int , __version__ .split ('.' )))
3
3
4
4
import django
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-cacheops' ,
13
- version = '6.0 ' ,
13
+ version = '6.1 ' ,
14
14
author = 'Alexander Schepanovski' ,
15
15
author_email = 'suor.web@gmail.com' ,
16
16
You can’t perform that action at this time.
0 commit comments