Skip to content

Commit

Permalink
Updated the docs to reflect the supported version of Django. Thanks t…
Browse files Browse the repository at this point in the history
…o catalanojuan for the original patch!
  • Loading branch information
toastdriven committed Mar 30, 2012
1 parent c09d8eb commit d3b727a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -3,7 +3,7 @@ Haystack
========

:author: Daniel Lindsley
:date: 2011/12/31
:date: 2012/03/30

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Expand Down Expand Up @@ -32,9 +32,9 @@ irc.freenode.net).
Documentation
=============

* Development version: http://docs.haystacksearch.org/dev/
* v1.1: http://docs.haystacksearch.org/1.1/
* v1.0: http://docs.haystacksearch.org/1.0/
* Development version: http://docs.haystacksearch.org/
* v1.2.X: http://django-haystack.readthedocs.org/en/v1.2.6/
* v1.1.X: http://django-haystack.readthedocs.org/en/v1.1/


Requirements
Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Expand Up @@ -14,10 +14,10 @@ Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.
.. note::

This documentation represents the development version of Haystack. For
old versions of the documentation: `1.0`_, `1.1`_.
old versions of the documentation: `1.2`_, `1.1`_.

.. _`1.0`: http://docs.haystacksearch.org/1.0/
.. _`1.1`: http://docs.haystacksearch.org/1.1/
.. _`1.2`: http://django-haystack.readthedocs.org/en/v1.2.6/index.html
.. _`1.1`: http://django-haystack.readthedocs.org/en/v1.1/index.html

Getting Started
---------------
Expand Down Expand Up @@ -107,8 +107,8 @@ Requirements

Haystack has a relatively easily-met set of requirements.

* Python 2.4+ (may work on 2.3 but untested)
* Django 1.0+
* Python 2.5+
* Django 1.2+ (may work on 1.1.2+)

Additionally, each backend has its own requirements. You should refer to
:doc:`installing_search_engines` for more details.

0 comments on commit d3b727a

Please sign in to comment.