Updated AUTHORS and README with information on patch from wshallum

This commit is contained in:
David Sauve 2009-11-13 08:53:47 -05:00
parent ad6b86e1da
commit ed902475b9
2 changed files with 4 additions and 2 deletions

View file

@ -5,8 +5,9 @@ Primary Authors:
Thanks to:
* Daniel Lindsley for the awesome Haystack API and putting up with all of my questions.
* Trapeze Media <http://www.trapeze.com/> for providing the time and resources to complete this project as well as Q&A.
* Trapeze Media <http://www.trapeze.com/> for providing time and resources to complete this project as well as Q&A.
* Supreet Sethi for suggestions regarding morphologic date comparisons and for fixing NOT query expressions.
* Joshua Jonah for changes to highlighting logic to avoid reserved words.
* Jannis Leidel for setting up the code base for pip, easy_install and PyPI.
* Erik Aigner for the initial patch to get_identifier changes.
* Erik Aigner for the initial patch to get_identifier changes.
* wshallum for a patch that makes date facets compatible with Python 2.4

1
README
View file

@ -10,6 +10,7 @@ file for more information.
Requirements
------------
- Python 2.4 (May work with 2.3, but untested)
- Django 1.0.x
- Django-Haystack 1.0BETA
- Xapian 1.0.13.X (May work with earlier versions, but untested)