From 0f34f6e7edff7195519dea3f1298efae2f8abd51 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 22 Sep 2021 16:10:02 +0900 Subject: [PATCH] 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 --- doc/source/install/system-requirements.rst | 2 ++ releasenotes/notes/django32-support-78232a850d04842c.yaml | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 releasenotes/notes/django32-support-78232a850d04842c.yaml diff --git a/doc/source/install/system-requirements.rst b/doc/source/install/system-requirements.rst index 256879b81b..568d64999c 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 `_ endpoint diff --git a/releasenotes/notes/django32-support-78232a850d04842c.yaml b/releasenotes/notes/django32-support-78232a850d04842c.yaml new file mode 100644 index 0000000000..9b2a5a9146 --- /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.