]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
README: stop trying to track supported versions
authorDaniel Axtens <dja@axtens.net>
Tue, 29 Oct 2019 07:04:14 +0000 (18:04 +1100)
committerDaniel Axtens <dja@axtens.net>
Wed, 6 Nov 2019 13:38:39 +0000 (00:38 +1100)
We're not doing a good job of it, the versions are out of date and
we keep forgetting to update the README. We are a bit better at
making release notes, so just point people there.

Reviewed-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Daniel Axtens <dja@axtens.net>
README.rst

index 2bf4d93fd9a02b28ccb858fee4c8f3637a6d2c86..f6a0301877306ac92b072bfee4c38846b6e66abb 100644 (file)
@@ -37,13 +37,17 @@ of community projects.
 Requirements
 ------------
 
-- Python (2.7, 3.5 - 3.8)
+Patchwork requires reasonably recent versions of:
 
-- Django (1.11 - 2.2)
+- Python (2 or 3)
 
-- Django REST Framework (3.6 - 3.9)
+- Django
 
-- Django Filters (1.0 - 2.0)
+- Django REST Framework
+
+- Django Filters
+
+The precise versions supported are listed in the `release notes`_.
 
 Development Installation
 ------------------------
@@ -104,6 +108,7 @@ Contact
 
 For bug reports, patch submissions or other questions, use the `mailing list`_.
 
+.. _release notes: https://patchwork.readthedocs.io/en/latest/releases/
 .. _docker-compose: https://docs.docker.com/compose/install/
 .. _Docker: https://docs.docker.com/engine/installation/linux/
 .. _documentation: https://patchwork.readthedocs.io/