From: Daniel Axtens Date: Tue, 29 Oct 2019 07:04:14 +0000 (+1100) Subject: README: stop trying to track supported versions X-Git-Tag: v2.2.0-rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16eced43526f56742c89b8a8299bc5370e32426c;p=thirdparty%2Fpatchwork.git README: stop trying to track supported versions 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 Signed-off-by: Daniel Axtens --- diff --git a/README.rst b/README.rst index 2bf4d93f..f6a03018 100644 --- a/README.rst +++ b/README.rst @@ -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/