File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,14 @@ Requirements
9
9
------------
10
10
11
11
* Django 1.2+
12
- * Haystack _ `1.2.X `_ *or * `2.0. X `_
12
+ * Haystack _ `1.2.X `_ *or * `2.X `_
13
13
* Celery _ 2.X
14
14
* django-appconf (automatically installed)
15
15
16
16
You also need to install your choice of one of the supported search engines
17
17
for Haystack and one of the supported backends for Celery.
18
18
19
19
.. _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
22
20
23
21
Installation
24
22
------------
33
31
1. Add ``'celery_haystack' `` to ``INSTALLED_APPS ``.
34
32
2. Alter all of your ``SearchIndex `` subclasses to inherit from
35
33
``celery_haystack.indexes.CelerySearchIndex `` (as well as
36
- ``haystack.indexes.Indexable ``).
34
+ ``haystack.indexes.Indexable `` if you use Haystack ` 2.X `_ ).
37
35
3. Ensure your Celery instance is running.
38
36
39
37
Changelog
@@ -88,3 +86,5 @@ queues_ library by Matt Croyden.
88
86
.. _queued_search : https://github.com/toastdriven/queued_search/
89
87
.. _Celery : http://celeryproject.org/
90
88
.. _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
You can’t perform that action at this time.
0 commit comments