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.2
2
+ - support Python 3.11 and Django 4.1
3
+ - added command to clear stale cacheops keys (Bruno Alla)
4
+ - fixed `invalidate_m2o` for polymorphic models (#430) (Andrey Alekseev)
5
+ - updated README: TOC, link to the post, some explanations
6
+
1
7
6.1
2
8
- support Django 3.2 and 4.0 (thx to Olivér Kecskeméty)
3
9
- do not gulp commit errors (Oleg Yamnikov)
Original file line number Diff line number Diff line change 1
- __version__ = '6.1 '
1
+ __version__ = '6.2 '
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.1 ' ,
13
+ version = '6.2 ' ,
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