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.