diff options
author | Stephen Finucane <stephen@that.guru> | 2020-10-01 15:14:41 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-10-01 15:57:09 +0100 |
commit | 8a705e3cde489fa5bd120592202a9fe0a4c578e2 (patch) | |
tree | c3b933fba16fe8f522185cb028f8a6e0ad9bfc6e /releasenotes/notes | |
parent | b7a6df90802738f729bae144bc618482d9fa6840 (diff) | |
download | patchwork-8a705e3cde489fa5bd120592202a9fe0a4c578e2.tar patchwork-8a705e3cde489fa5bd120592202a9fe0a4c578e2.tar.gz |
Add support for djangorestframework 3.12
No changes necessary.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml b/releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml new file mode 100644 index 0000000..b232d1d --- /dev/null +++ b/releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + `Django REST Framework 3.12 + <https://www.django-rest-framework.org/community/3.12-announcement/>`_ is + now supported. |