diff options
author | Stephen Finucane <stephen@that.guru> | 2019-06-04 17:07:05 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2019-06-05 10:54:15 +0100 |
commit | eb380d2b881d49ed8d14c4a35bb99a145e94f20e (patch) | |
tree | 0df9e0148f7ea611a9cfd27ff38dc4f9c5dc0423 /releasenotes | |
parent | ecbe3fc5f1c91cfa19dab77d527897e2122f5096 (diff) | |
download | patchwork-eb380d2b881d49ed8d14c4a35bb99a145e94f20e.tar patchwork-eb380d2b881d49ed8d14c4a35bb99a145e94f20e.tar.gz |
Add support for Django 2.2
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/django-2-2-support-479b35dd3ecd5a2a.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/django-2-2-support-479b35dd3ecd5a2a.yaml b/releasenotes/notes/django-2-2-support-479b35dd3ecd5a2a.yaml new file mode 100644 index 0000000..773001f --- /dev/null +++ b/releasenotes/notes/django-2-2-support-479b35dd3ecd5a2a.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + `Django 2.1 <https://docs.djangoproject.com/en/dev/releases/2.2/>`_ is now + supported. This requires Python 3. |