Adds "Supported versions of Django"

Adds "Supported versions of Django" section
into "Wagtail's release process" document.
pull/3004/merge
Mikalai Radchuk 2016-05-06 20:05:01 +03:00 zatwierdzone przez Matt Westcott
rodzic d3568df5b3
commit ae33f7192d
1 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -138,9 +138,21 @@ Wagtail 1.6 and 1.7. At this point in time:
Supported versions of Django
============================
.. note::
Each release of Wagtail declares which versions of Django it supports.
TODO
Typically, a new Wagtail feature release supports the last long-term support version and
all following versions of Django.
For example, consider a moment in time before release of Wagtail 1.5
and after the following releases:
* Django 1.8 (LTS)
* Django 1.9
* Wagtail 1.4 (LTS) - Released before Django 1.10 and supports Django 1.8 and 1.9
* Django 1.10
Wagtail 1.5 will support Django 1.8 (LTS), 1.9, 1.10.
Wagtail 1.4 will still support only Django 1.8 (LTS) and 1.9.
.. _release-process: