From b67c35d94a9e99f591c778cf363f65cd5b9969d4 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Thu, 4 Aug 2016 11:07:34 -0600 Subject: [PATCH] Add Django 1.10 as a supported configuration. --- docs/sections/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst index 3c4f811..59b5e10 100644 --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@ -7,7 +7,7 @@ Requirements ============ * Python: ``2.7`` ``3.4`` ``3.5`` -* Django: ``1.7`` ``1.8`` ``1.9`` +* Django: ``1.7`` ``1.8`` ``1.9`` ``1.10`` Quick Installation ==================