Hi,
- Support for Python 3
- Support for Django 1.8 (>=1.6)
- Support for Xapian 1.3.*
Python 3 requires Xapian 1.3.* and some unix distributions still don't provide it. Thus, Xapian-Haystack
git repository has a shell script to install Xapian on the activated virtualenv. Then `pip install xapian-haystack`.
Other (development) milestones include:
- deployed TravisCI against different Python, Django and Xapian versions;
- added tests to existing untested code
- deployed coveralls on the test build
Hope you can save some time with it,
Cheers,
Jorge Leitão