File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 7.1.0 (2019-10-29)
7
+ ~~~~~~~~~~~~~~~~~~
8
+ * Support for Django `DecimalField ` #141
9
+ * Indexing speedup by using `parallel ` indexing. #213.
10
+ Now you can pass `--parallel ` or set `ELASTICSEARCH_DSL_PARALLEL `
11
+ in your settings to get indexing speed boost while indexing
12
+ through management command.
13
+ * Fixing name resolution in management command #206
14
+ * Small documentation fixes. #196
15
+
16
+
6
17
7.0.0 (2019-08-11)
7
18
~~~~~~~~~~~~~~~~~~
8
19
* Support Elasticsearch 7.0 (See PR #176)
Original file line number Diff line number Diff line change 8
8
except ImportError :
9
9
from distutils .core import setup
10
10
11
- version = '7.0 .0'
11
+ version = '7.1 .0'
12
12
13
13
if sys .argv [- 1 ] == 'publish' :
14
14
try :
You can’t perform that action at this time.
0 commit comments