summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-02-27 23:46:55 +0000
committerStephen Finucane <stephen@that.guru>2020-02-28 17:21:54 +0000
commitbd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5 (patch)
treeef4cb833c0d5fb589fc79dc3618ff09e5ee27fef /releasenotes/notes
parent2f7a0b9b56f45ddc95d8bb3e8890f2c0cb48385a (diff)
downloadpatchwork-bd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5.tar
patchwork-bd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5.tar.gz
Add support for djangorestframework 3.11
There are no breaking changes apparent. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/django-rest-framework-3-11-b144d420b31250cd.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/django-rest-framework-3-11-b144d420b31250cd.yaml b/releasenotes/notes/django-rest-framework-3-11-b144d420b31250cd.yaml
new file mode 100644
index 0000000..3443ee1
--- /dev/null
+++ b/releasenotes/notes/django-rest-framework-3-11-b144d420b31250cd.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ `Django REST Framework 3.11
+ <https://www.django-rest-framework.org/community/3.11-announcement/>`_ is
+ now supported.