You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.