Commit graph

13 commits

Author SHA1 Message Date
Alejandro R. Sedeño
02653af62c test setting tweaks for django 2.1 2019-01-17 17:49:22 +01:00
Jorge C. Leitão
de7a59689d Added tests for querying and indexing django.contrib.contenttype. 2017-03-01 11:41:28 +01:00
Jorge C. Leitão
63cfcc1d73 Fixed tests for Xapian 1.3.
Changes were mostly on how the query parser parsed a query.
Probabily we should not test that anyway, but for now
it is passing in 1.3.3
2015-11-14 12:19:16 +01:00
Jorge C. Leitão
767458509c Fixed tests for Django 1.7 and 1.8. 2015-04-16 20:28:02 +02:00
Jorge C. Leitão
a7082c9127 Added travis CI to code. 2014-05-11 19:55:10 +02:00
David Sauve
9fff70d652 Updated documentation for 2.0.X 2012-04-20 11:53:06 -07:00
David Sauve
23ca1ed97a Updated copyright notice. 2011-07-14 16:14:07 -07:00
Daniel Lindsley
b0a7505253 Updated Xapian for the multiple indexes support in Haystack 2.X. 2011-05-08 23:21:14 -05:00
David Sauve
dc11c14542 Updated copyright information 2011-02-01 14:59:13 -08:00
David Sauve
9d8af9cbcf Changed SearchBackend.update so that it indexes terms with punctuation as well as using the Xapian.TermGenerator. This allows terms like URLs to work as expected 2010-03-05 15:33:14 -05:00
David Sauve
4bff8c9376 Split marshalling into two methods: marshal_term and marshal_value as they should be done differently 2009-12-03 09:38:49 -05:00
David Sauve
c6dd7b5deb Updated to GPLv3 to maintain compatibility with Apache license 2009-12-01 15:55:22 -05:00
David Sauve
7992479755 Updated test layout so that it is the same as Haystack itself. This way, it can be dropped into Haystack and run just like the rest of the tests. 2009-10-07 16:10:21 -04:00
Renamed from tests/settings.py (Browse further)