xapian-haystack/CHANGELOG.rst

38 lines
1.1 KiB
ReStructuredText
Raw Permalink Normal View History

2021-10-26 10:53:08 +02:00
=========================
xapian-haystack Changelog
=========================
2022-02-05 10:44:12 +01:00
Unreleased
----------
- Add DJANGO_CT, DJANGO_ID, ID to be used with '__exact' internally.
2022-02-05 10:44:12 +01:00
- Dropped support for Python 3.6.
2022-02-10 20:44:21 +01:00
- Fixed DatabaseLocked errors when running management commands with
multiple workers.
2022-02-05 10:44:12 +01:00
2021-11-13 09:52:24 +01:00
v3.0.1 (2021-11-12)
-------------------
- Removed deprecated ``force_text`` usage, which will stop emitting
RemovedInDjango40Warning's.
- Test files are now included in release tarball.
2021-10-26 10:53:08 +02:00
v3.0.0 (2021-10-26)
-------------------
- Dropped Python 2 support.
- Supported Django versions: 2.2, 3.0, 3.1, 3.2
- Dropped support for xapian < 1.4
- Added new ``xapian_wheel_builder.sh`` script.
- Fixed ``os.path.exists`` race situation.
- Fixed setup.py on non-UTF-8 systems.
v2.1.1 (2017-05-18)
-------------------
- Django 1.8 as minimal version, added support for Django 1.9/1.10.
- Adapted default Haystack query from ``contains`` to ``content``.
- Raise ``NotImplementedError`` for endswith queries.
- Supported range search filter (#161).
- Configure ``limit_to_registered_models`` according to haystack docs.