File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 4.7.0
5
+ -------------
6
+
7
+ Date: 2017-01-02
8
+
9
+ - Add the ability to enable write to slave when master is not available.
10
+ - Add `itersize` parameter to `delete_pattern`.
11
+
12
+
4
13
Version 4.6.0
5
14
-------------
6
15
7
- Date: unreleased
16
+ Date: 2016-11-02
8
17
9
18
- Fix incorrect behavior of `clear()` method.
10
19
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = (4 , 6 , 0 )
3
+ VERSION = (4 , 7 , 0 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
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.6 .0
4
+ 4.7 .0
5
5
:toc: left
6
6
:numbered:
7
7
:source-highlighter: pygments
@@ -31,14 +31,14 @@ Because:
31
31
- Facilities for raw access to Redis client/connection pool.
32
32
- Highly configurable (can emulate memcached exception behavior, for example).
33
33
- Unix sockets supported by default.
34
- - With support for python 2.7, 3.4 and 3.5
34
+ - With support for python 2.7, 3.4, 3.5 and 3.6
35
35
36
36
37
37
38
38
Supported django-redis versions
39
39
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
40
41
- - Supported stable version: *4.6 .0*
41
+ - Supported stable version: *4.7 .0*
42
42
- Supported stable version: *3.8.4*
43
43
44
44
You can’t perform that action at this time.
0 commit comments