summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-09 10:12:55 +0100
committerStephen Finucane <stephen@that.guru>2019-09-09 11:53:47 +0100
commit0a9705576f2afd2c3ec5c7fd55c616e8c07d6530 (patch)
tree29dd388bd06146b043bf0f2808527c80103f5165 /releasenotes
parent7f501f42038efcd909df6392fbea5d86c441f16d (diff)
downloadpatchwork-0a9705576f2afd2c3ec5c7fd55c616e8c07d6530.tar
patchwork-0a9705576f2afd2c3ec5c7fd55c616e8c07d6530.tar.gz
Add support for djangorestframework 3.10
This is necessary for proper Django 2.2 support. We retain support for older versions since 3.10 is Python 3-only. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/django-rest-framework-3-10-37a8c0713d3c7499.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/django-rest-framework-3-10-37a8c0713d3c7499.yaml b/releasenotes/notes/django-rest-framework-3-10-37a8c0713d3c7499.yaml
new file mode 100644
index 0000000..46227d7
--- /dev/null
+++ b/releasenotes/notes/django-rest-framework-3-10-37a8c0713d3c7499.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ `Django REST Framework 3.10
+ <https://www.django-rest-framework.org/community/3.10-announcement/>`_ is
+ now supported.