summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2021-09-22 16:10:02 +0900
committerAkihiro Motoki <amotoki@gmail.com>2021-09-22 16:10:02 +0900
commit0f34f6e7edff7195519dea3f1298efae2f8abd51 (patch)
treea16f29332204725699d57857d3585daa8b2d4947
parent27036cc0eba109ee11d55c25a014b88ccc860d61 (diff)
downloadhorizon-0f34f6e7edff7195519dea3f1298efae2f8abd51.tar.gz
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
-rw-r--r--doc/source/install/system-requirements.rst2
-rw-r--r--releasenotes/notes/django32-support-78232a850d04842c.yaml7
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/install/system-requirements.rst b/doc/source/install/system-requirements.rst
index 256879b81..568d64999 100644
--- a/doc/source/install/system-requirements.rst
+++ b/doc/source/install/system-requirements.rst
@@ -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
diff --git a/releasenotes/notes/django32-support-78232a850d04842c.yaml b/releasenotes/notes/django32-support-78232a850d04842c.yaml
new file mode 100644
index 000000000..9b2a5a914
--- /dev/null
+++ b/releasenotes/notes/django32-support-78232a850d04842c.yaml
@@ -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.