From 719ccc6dca93b4d4b1944fbf7d30e5a577920d21 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Thu, 21 Jul 2016 18:16:09 -0400 Subject: [PATCH] updated Django supported versions in README updated README to show support for Django 1.8.x, and 1.9.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eec7e2..52bd52b 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ to improve the login. requirements ============ -- django: 1.6.x, 1.7.x +- django: 1.6.x, 1.7.x, 1.8.x, 1.9.x - redis - python: 2.6.x, 2.7.x, 3.3.x, 3.4.x, PyPy