Skip to content

Releases: barseghyanartur/django-elasticsearch-dsl-drf

0.17.6-2019-04-08

08 Apr 20:46
Compare
Choose a tag to compare
  • Minor fixes.
  • Additions to the docs.

0.17.5-2019-04-03

02 Apr 22:44
Compare
Choose a tag to compare

.. note::

Dropping support for Python 3.4. As of this version everything works, but
no longer tested.
  • Minor fixes.
  • Dropping Python 3.4 support.
  • Django 2.2 support.

0.17.4-2019-03-13

02 Apr 22:42
Compare
Choose a tag to compare
  • Source backend.

0.17.3-2019-02-08

08 Feb 21:27
Compare
Choose a tag to compare
  • Obey object permissions.

0.17.2-2019-01-07

07 Jan 16:06
Compare
Choose a tag to compare
  • Add nested ordering.

0.17.1-2018-12-14

13 Dec 23:12
Compare
Choose a tag to compare
  • Skipping the new context suggester tests for Elasticsearch 2.x and a number
    of other 2.x related fixes in tests.
  • A number of 5.x fixes in tests.

0.17-2018-12-12

11 Dec 23:35
Compare
Choose a tag to compare

.. note::

Release supported by `whythawk <https://github.com/whythawk>`_.
  • Added support for context suggesters (category and geo).
  • Added support for size attribute on suggesters.

0.16.3-2018-10-31

30 Oct 23:15
Compare
Choose a tag to compare

.. note::

Release dedicated to Charles Aznavour.
  • Make it possible to ignore certain Elastic exceptions by providing the
    appropriate ignore argument (on the view level). Default behaviour is
    intact. Set it to a list of integers (error codes) if you need it so.

0.16.2-2018-09-21

21 Sep 15:00
Compare
Choose a tag to compare
  • Tested yet untested pip_helpers module.
  • More tests.

0.16.1-2018-09-18

18 Sep 20:18
Compare
Choose a tag to compare
  • Make it possible to control the size of the functional queries.