diff options
| author | Tom Christie | 2013-06-02 21:14:02 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-06-02 21:14:02 +0100 | 
| commit | b10869a08b4effac9b8df1d776e6ffb882a1a742 (patch) | |
| tree | 0aee5e025fe8e72e66935260a7cc347f8e9f5fb9 /docs/index.md | |
| parent | 1bb5fb8e4a88375f7f51d20175515bfa6e926f3c (diff) | |
| download | django-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.md | 2 | 
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: | 
