diff options
| author | Tom Christie | 2013-02-01 15:07:51 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-01 15:07:51 +0000 |
| commit | 00752dcd2a3647f2de2a259934753745597e3ade (patch) | |
| tree | bf730061dc16480f9a09da5b4916bf0d31f4fe6a /docs/index.md | |
| parent | f4f237e3ee02fef4fd5f389bf4fb3bbdd00173bd (diff) | |
| download | django-rest-framework-00752dcd2a3647f2de2a259934753745597e3ade.tar.bz2 | |
Py3k cleanup
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 453a67b8..283ea069 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ There is also a sandbox API you can use for testing purposes, [available here][s REST framework requires the following: -* Python (2.6, 2.7) +* Python (2.6, 2.7, 3.2, 3.3) * Django (1.3, 1.4, 1.5) The following packages are optional: |
