From ebbbd7ad491fe09a042afe19dab9d0ea57040646 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 26 Jan 2018 16:33:00 +0000 Subject: [PATCH] Add Django 2.0 to compatibility list in upgrading.rst --- docs/releases/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/upgrading.rst b/docs/releases/upgrading.rst index 0641f4cf8..a988faa77 100644 --- a/docs/releases/upgrading.rst +++ b/docs/releases/upgrading.rst @@ -123,5 +123,5 @@ The compatible versions of Django and Python for each Wagtail release are: +-------------------+------------------------------+-----------------------------+ | 1.13 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 | +-------------------+------------------------------+-----------------------------+ -| 2.0 | 1.11 | 3.4, 3.5, 3.6 | +| 2.0 | 1.11, 2.0 | 3.4, 3.5, 3.6 | +-------------------+------------------------------+-----------------------------+