From 667c9c1002f6421515bde5e1c461c5160d87a991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Mon, 24 Dec 2018 07:57:50 +0200 Subject: [PATCH] Add supported versions note --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8626a9b..8f28b97 100644 --- a/README.rst +++ b/README.rst @@ -11,10 +11,17 @@ Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framewor Compatible with -- **Django Rest Framework**: 3.7.7, 3.8 +- **Django Rest Framework**: 3.7.7, 3.8, 3.9 - **Django**: 1.11, 2.0, 2.1 - **Python**: 2.7, 3.4, 3.5, 3.6, 3.7 +Only the latest patch version of each ``major.minor`` series of Python, Django and Django REST Framework is supported. + +**Only the latest version of drf-yasg is supported.** Support of old versions is dropped immediately with the release +of a new version. Please do not create issues before upgrading to the latest release available at the time. Regression +reports are accepted and will be resolved with a new release as quickly as possible. Removed features will usually go +through a deprecation cycle of a few minor releases. + Resources: * **Source**: https://github.com/axnsan12/drf-yasg/