From d3b727ac1e738d07a2815cc6fe8d99956d45324f Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Fri, 30 Mar 2012 00:44:49 -0500 Subject: [PATCH] Updated the docs to reflect the supported version of Django. Thanks to catalanojuan for the original patch! --- README.rst | 8 ++++---- docs/index.rst | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 8bdbace6d..c5761f2c2 100644 --- a/README.rst +++ b/README.rst @@ -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_, @@ -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 diff --git a/docs/index.rst b/docs/index.rst index c53f762a1..e2bdba7fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 --------------- @@ -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.