* Updated to use `_doc` instead of `doc` for the default mapping type name * Updated to support Elasticsearch 7.x
0.5.0
* Updated bulk indexing to use `routing` instead of `_routing` (the former has been deprecated for some time) * Adding ability to override paginator total count with an external value
0.4.2
* Added `should_index(...)` test in bulk operations * Backward incompatible: removed `op_type` param from `get_queryset(...)` in favour of `coerce` boolean param
0.4.1
* Added `op_type` param to `fetch_data` method for additional flexibility * Added `queryset_select_related` attribute to `DjangoSerializer` class
0.4
* Backward incompatible: Modifying the Django signals to include the Index object
0.3
* Fixing connection reset issue when using multi-processing and a remote Elasticsearch server * Backward incompatible: changed the way Django configures Elasticsearch connection settings