Skip to content

Tags: pevar/django-haystack

Tags

v3.2.1

Toggle v3.2.1's commit message
Generic views: handle undefined date facet fields values

This resolves a regression introduced in django-haystack#1690.

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1848 from django-haystack/pre-comm…

…it-ci-update-config

[pre-commit.ci] pre-commit autoupdate

v3.2.dev0

Toggle v3.2.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1838 from claudep/remove35

Remove support for Python 3.5

v3.1.1

Toggle v3.1.1's commit message
Restore convenience import for haystack.utils.highlighter

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1775 from dulmandakh/publish

Publish to PyPI on Github release

v3.0

Toggle v3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create codeql-analysis.yml

v3.0b2

Toggle v3.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1727 from amites/patch-1

doc update -- fixes broken link

v3.0b1

Toggle v3.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1721 from fakhar362/issues/default…

…-alias

Fixed hardcoded default connection alias

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request django-haystack#1596 from klass-ivan/collecting-de…

…ep-attr-through-m2m

Fixed collection of deep attributes through m2m relation

v2.8.0

Toggle v2.8.0's commit message
Optimize ElasticSearch backend (closes django-haystack#1590)

Thanks to @klass-ivan for the patch