diff options
| author | tom christie tom@tomchristie.com | 2011-01-30 16:51:06 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-30 16:51:06 +0000 |
| commit | 8a470f031eeccf45625c3e3e18a8743021b38d41 (patch) | |
| tree | 754d555139f250a8aacca5d6c73bcee95e8fe794 /docs/index.rst | |
| parent | f6e534321a0bbb683aeeb3120c528a8ad9a33647 (diff) | |
| download | django-rest-framework-8a470f031eeccf45625c3e3e18a8743021b38d41.tar.bz2 | |
Minor changes to examples and docs
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 10 |
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 -------------------- |
