]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Add release note for Django 1.8 to 1.10 removal
authorStephen Finucane <stephen@that.guru>
Mon, 10 Sep 2018 23:05:22 +0000 (17:05 -0600)
committerStephen Finucane <stephen@that.guru>
Mon, 10 Sep 2018 23:05:56 +0000 (17:05 -0600)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: e97bd5ca0 ("Remove support for Django 1.8, 1.9, 1.10")
releasenotes/notes/remove-django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml [new file with mode: 0644]

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 (file)
index 0000000..7990c53
--- /dev/null
@@ -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.