django22: release note and docs update

Change-Id: I52a9c0319e0b5bd8254b4d4e769fc0497883044d
This commit is contained in:
Akihiro Motoki 2019-09-11 16:21:01 +09:00
parent 9f4055450f
commit c6496c7d05
2 changed files with 18 additions and 1 deletions

View File

@ -6,7 +6,13 @@ The Train release of horizon has the following dependencies.
* Python 2.7, 3.6 or 3.7
* Django 1.11 or 2.0
* Django 1.11, 2.0 and 2.2
* Django 2.0 and 2.2 support are experimental in Train release.
* Note that Ussuri release (the upcoming release after Train release)
will use Django 2.2 as the primary Django version.
Django 2.0 support will be dropped.
* Django 1.8 to 1.10 are no longer supported since Rocky release.
* Django support policy is documented at :doc:`/contributor/policy`.

View File

@ -0,0 +1,11 @@
---
features:
- |
Django 2.2 is supported as experimental.
Django 1.11 (LTS) and 2.0 are supported as well as Stein release does
and Django 1.11 is still the primary supported version of Django.
Note that only horizon is verified with Django 2.2 and most horizon
plugins are not verified with Django 2.2. If you enable horizon plugins
in your environment, we would suggest to use Django 1.11 or 2.0.
Be careful when you enable horizon plugins with Django 2.2.