File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- UNRELEASED
5
- ----------
4
+ Version 4.11.0
5
+ --------------
6
+
7
+ Date: 2019-12-13
6
8
7
9
- Removed support for Python 2.7 and 3.4.
10
+ - Removed support for Django 2.0 and 2.1.
11
+ - Added support for Python 3.8.
12
+ - Added support for Django 2.2 and 3.0.
13
+ - Changed msgpack-python soft dependency to msgpack.
14
+ - Fixed ``.touch()`` method for sharded client.
15
+ - Fixed prefix escaping for the sharded client.
16
+ - Fixed ``.add()`` method to return a bool.
8
17
9
18
Version 4.10.0
10
19
--------------
Original file line number Diff line number Diff line change 1
- VERSION = (4 , 10 , 0 )
1
+ VERSION = (4 , 11 , 0 )
2
2
__version__ = '.' .join (map (str , VERSION ))
3
3
4
4
Original file line number Diff line number Diff line change 1
1
django-redis documentation
2
2
==========================
3
3
Andrey Antukh, <niwi @niwi.be >
4
- 4.10 .0
4
+ 4.11 .0
5
5
:toc: left
6
6
:numbered:
7
7
:source-highlighter: pygments
You can’t perform that action at this time.
0 commit comments