aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-30 16:51:06 +0000
committertom christie tom@tomchristie.com2011-01-30 16:51:06 +0000
commit8a470f031eeccf45625c3e3e18a8743021b38d41 (patch)
tree754d555139f250a8aacca5d6c73bcee95e8fe794 /docs/index.rst
parentf6e534321a0bbb683aeeb3120c528a8ad9a33647 (diff)
downloaddjango-rest-framework-8a470f031eeccf45625c3e3e18a8743021b38d41.tar.bz2
Minor changes to examples and docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a7058ed4..7a871a5c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,6 +13,16 @@ Features:
* Optional support for forms as input validation.
* Modular architecture - Easy to extend and modify.
+Requirements
+------------
+
+* Python 2.6
+* Django 1.2
+
+.. note::
+
+ Support for a wider range of Python & Django versions is planned, but right now django-rest-framework is only tested against these versions.
+
Installation & Setup
--------------------