Skip to content

Commit beabd2e

Browse files
committed
Corrected ambiguous installation instruction with regard to new indexes.Indexable of Haystack 2.X.
1 parent 3b2570a commit beabd2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ Requirements
99
------------
1010

1111
* Django 1.2+
12-
* Haystack_ `1.2.X`_ *or* `2.0.X`_
12+
* Haystack_ `1.2.X`_ *or* `2.X`_
1313
* Celery_ 2.X
1414
* django-appconf (automatically installed)
1515

1616
You also need to install your choice of one of the supported search engines
1717
for Haystack and one of the supported backends for Celery.
1818

1919
.. _Haystack: http://haystacksearch.org
20-
.. _`1.2.X`: http://pypi.python.org/pypi/django-haystack/1.2.4
21-
.. _`2.0.X`: https://github.com/toastdriven/django-haystack/tree/master
2220

2321
Installation
2422
------------
@@ -33,7 +31,7 @@ Setup
3331
1. Add ``'celery_haystack'`` to ``INSTALLED_APPS``.
3432
2. Alter all of your ``SearchIndex`` subclasses to inherit from
3533
``celery_haystack.indexes.CelerySearchIndex`` (as well as
36-
``haystack.indexes.Indexable``).
34+
``haystack.indexes.Indexable`` if you use Haystack `2.X`_).
3735
3. Ensure your Celery instance is running.
3836

3937
Changelog
@@ -88,3 +86,5 @@ queues_ library by Matt Croyden.
8886
.. _queued_search: https://github.com/toastdriven/queued_search/
8987
.. _Celery: http://celeryproject.org/
9088
.. _queues: http://code.google.com/p/queues/
89+
.. _`1.2.X`: http://pypi.python.org/pypi/django-haystack/1.2.4
90+
.. _`2.X`: https://github.com/toastdriven/django-haystack/tree/master

0 commit comments

Comments
 (0)