diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2020-04-08 22:47:54 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-08 23:35:08 +0100 |
commit | d3d4f9f36b2b16aa54837b67733f2de5cf93457b (patch) | |
tree | 192fcd459aa3bc1fe0ccc91af313032962f6d755 /releasenotes/notes | |
parent | e2471e523149d582c25a842947cf58fa6fd88703 (diff) | |
download | patchwork-d3d4f9f36b2b16aa54837b67733f2de5cf93457b.tar patchwork-d3d4f9f36b2b16aa54837b67733f2de5cf93457b.tar.gz |
Add Django 3.0 support
Add the latest version of Django.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: #311
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/django-3-0-support-b961e7345456b88f.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/django-3-0-support-b961e7345456b88f.yaml b/releasenotes/notes/django-3-0-support-b961e7345456b88f.yaml new file mode 100644 index 0000000..63ba225 --- /dev/null +++ b/releasenotes/notes/django-3-0-support-b961e7345456b88f.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + `Django 3.0 <https://docs.djangoproject.com/en/dev/releases/3.0/>`_ is + now supported. |