Skip to content

Tags: ShmakovVA/django-haystack

Tags

v2.4.0

Add tests for Solr/ES spatial order_by

This exists primarily to avoid the possibility of breaking
compatibility with the inconsistent lat, lon ordering used
by Django, Solr and ElasticSearch.

v2.3.0

Travis: Enable IRC notifications

v2.2.1

Mark 2.2.X as incompatible with Django 1.7

v2.2.0

Release v2.2.0

v2.1.0

Bumped to v2.1.0!

v2.0.0

Bumped to v2.0.0!

v1.2.7

Bumped to v1.2.7!

v1.2.6

I hate Python packaging.

1.2.5.post4b087be

Avoid behaviour change by raising Http404 for invalid page numbers

An earlier version of this branch would always display the first page in this
case. For compatibility we now simply return 404.