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 33 History
44-------
55
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+
6177.0.0 (2019-08-11)
718~~~~~~~~~~~~~~~~~~
819* Support Elasticsearch 7.0 (See PR #176)
Original file line number Diff line number Diff line change 88except ImportError :
99 from distutils .core import setup
1010
11- version = '7.0 .0'
11+ version = '7.1 .0'
1212
1313if sys .argv [- 1 ] == 'publish' :
1414 try :
You can’t perform that action at this time.
0 commit comments