Skip to content

7.1.0

Compare
Choose a tag to compare
@safwanrahman safwanrahman released this 28 Oct 19:16
· 75 commits to master since this release
c93e065
  • Support for Django DecimalField #141
  • Indexing speedup by using parallel indexing and using iterator. #213. thanks @mjl
    Its already faster to index now by default moreover if
    you want parallel indexing to get more performance boost,
    you can pass --parallel in management command
    or set ELASTICSEARCH_DSL_PARALLEL
    in your settings and it will chunk your data and index it with parallel request.
  • Fixing name resolution in management command #206
  • Small documentation fixes. #196