Add a release note on Django 3.2 support

We consider Django 3.2 support as experimental in Xena,
but it is worth documenting it.

Change-Id: Ibdaed0f4eafd18c61289e70e41584e97d6c60dd7
This commit is contained in:
Akihiro Motoki 2021-09-22 16:10:02 +09:00
parent 27036cc0eb
commit 0f34f6e7ed
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,8 @@ The Ussuri release of horizon has the following dependencies.
* Django 2.2
* Django 3.2 support is experimental as of Xena release.
(Yoga release will use Django 3.2 as the primary Django version.)
* Django support policy is documented at :ref:`django_support`.
* An accessible `keystone <https://docs.openstack.org/keystone/latest/>`_ endpoint

View File

@ -0,0 +1,7 @@
---
features:
- |
Django 3.2 support is added.
As of Xena release, it is considered as experimental.
Considering Django 2.2 EOL, Django 3.2 will be the default Django
version in Yoga release.