Add Django 2.0 to compatibility list in upgrading.rst

This commit is contained in:
Matt Westcott 2018-01-26 16:33:00 +00:00
parent a54639f154
commit ebbbd7ad49

View file

@ -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 |
+-------------------+------------------------------+-----------------------------+