diff --git a/AUTHORS b/AUTHORS index 8149866..b6c761f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 for providing the time and resources to complete this project as well as Q&A. + * Trapeze Media 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. \ No newline at end of file + * Erik Aigner for the initial patch to get_identifier changes. + * wshallum for a patch that makes date facets compatible with Python 2.4 \ No newline at end of file diff --git a/README b/README index e80a65e..3ebd531 100644 --- a/README +++ b/README @@ -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)