TakwimuAfrica / Takwimu

Takwimu is a free and open development information service, transforming access to high quality analysis and data for African changemakers. Accessible at https://takwimu.africa/
https://takwimu.africa/
GNU General Public License v3.0
13 stars 1 forks source link

Update elasticsearch-dsl to 7.0.0 #582

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates elasticsearch-dsl from 6.3.1 to 7.0.0.

Changelog ### 7.0.0 ``` ------------------ * Compatibility with Elasticsearch 7.x * ``Document.save()`` now returns ``"created"`` or ``"updated"`` * Dropped support for Python 2.6, 3.2, and 3.3 * When using ``fields`` the values are no longer merged into the body of the document and have to be accessed via ``.meta.fields`` only ``` ### 6.4.0 ``` ------------------ * ``Index.document`` now correctly sets the ``Document``'s ``_index`` only when using default index (``1091``) * ``Document`` inheritance allows overriding ``Object`` and ``Nested`` field metadata like ``dynamic`` * adding ``auto_date_histogram`` aggregation * Do not change data in place when (de)serializing ```
Links - PyPI: https://pypi.org/project/elasticsearch-dsl - Changelog: https://pyup.io/changelogs/elasticsearch-dsl/ - Repo: https://github.com/elasticsearch/elasticsearch-dsl-py