aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2015-01-30 15:58:33 +0000
committerTom Christie2015-01-30 15:58:33 +0000
commitee2f2d6baa786e711b8b9707fc5218711c8ddc33 (patch)
treec65c729727a9881f5bfef1baa0edd1a2a0a01a8b /README.md
parent7cf9dea7f905ea6869148a68b4fa96cad0a347e8 (diff)
downloaddjango-rest-framework-ee2f2d6baa786e711b8b9707fc5218711c8ddc33.tar.bz2
Added 1.8-alpha to supported list.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74bcaeef..53140e55 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
-* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7)
+* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7, 1.8-alpha)
# Installation