From bcad7614b39571d6729b7a3a4eb5b931ca340474 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Mon, 28 Sep 2015 15:14:22 +0200 Subject: [PATCH] docs: mention Django 1.9a1 support --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index e3b4b38..bb75c02 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -123,6 +123,7 @@ At the moment this means we support the 1.7.10 and 1.8.4 releases. Once version 1.9 is out , support for Django 1.7 will be deprecated. This will mean that newer releases of Django Q might still work, but are no longer targeted for testing. +Django Q has been tested with Django 1.9a1 and should be compatible.