From c6496c7d057750ce655a2f4685db3fcd39fc86ee Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 11 Sep 2019 16:21:01 +0900 Subject: [PATCH] django22: release note and docs update Change-Id: I52a9c0319e0b5bd8254b4d4e769fc0497883044d --- doc/source/install/system-requirements.rst | 8 +++++++- releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml | 11 +++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml diff --git a/doc/source/install/system-requirements.rst b/doc/source/install/system-requirements.rst index 68f7799012..ebe91f3a17 100644 --- a/doc/source/install/system-requirements.rst +++ b/doc/source/install/system-requirements.rst @@ -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`. diff --git a/releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml b/releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml new file mode 100644 index 0000000000..bd7bade039 --- /dev/null +++ b/releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml @@ -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.