Merge "django22: release note and docs update"

This commit is contained in:
Zuul 2019-09-11 15:27:51 +00:00 committed by Gerrit Code Review
commit 29f8ff98e7
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.