[PATCH] docs: Add release note for Django 1.8 to 1.10 removal

Stephen Finucane stephen at that.guru
Tue Sep 11 09:07:09 AEST 2018


Signed-off-by: Stephen Finucane <stephen at that.guru>
Fixes: e97bd5ca0 ("Remove support for Django 1.8, 1.9, 1.10")
---
 ...django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 releasenotes/notes/remove-django-1-8-1-9-and-1-10-support-84fa1c3b3092433f.yaml

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.
-- 
2.17.1



More information about the Patchwork mailing list