From: Stephen Finucane Date: Mon, 10 Sep 2018 23:05:22 +0000 (-0600) Subject: docs: Add release note for Django 1.8 to 1.10 removal X-Git-Tag: v2.2.0-rc1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86972d7710e1f3b4a788e9c5b6a6ceaa63d3e85e;p=thirdparty%2Fpatchwork.git docs: Add release note for Django 1.8 to 1.10 removal Signed-off-by: Stephen Finucane Fixes: e97bd5ca0 ("Remove support for Django 1.8, 1.9, 1.10") --- diff --git a/releasenotes/notes/remove-django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml b/releasenotes/notes/remove-django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml new file mode 100644 index 00000000..7990c535 --- /dev/null +++ b/releasenotes/notes/remove-django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + Django 1.8, 1.9 and 1.10 are no longer supported. These are no longer + supported upstream and most distributions provide a newer version. + - | + djangorestframework 3.4 and 3.5 are no longer supported. These were only + used with Django 1.8 to 1.10 and are not compatible with any version + now supported by Patchwork.