aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2013-06-02 21:14:02 +0100
committerTom Christie2013-06-02 21:14:02 +0100
commitb10869a08b4effac9b8df1d776e6ffb882a1a742 (patch)
tree0aee5e025fe8e72e66935260a7cc347f8e9f5fb9 /docs/index.md
parent1bb5fb8e4a88375f7f51d20175515bfa6e926f3c (diff)
downloaddjango-rest-framework-b10869a08b4effac9b8df1d776e6ffb882a1a742.tar.bz2
Add Django 1.6 to docs and to tox
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 78259a00..d944ddd4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -32,7 +32,7 @@ There is a live example API for testing purposes, [available here][sandbox].
REST framework requires the following:
* Python (2.6.5+, 2.7, 3.2, 3.3)
-* Django (1.3, 1.4, 1.5)
+* Django (1.3, 1.4, 1.5, 1.6)
The following packages are optional: