From e8d18fd5bd74a921a35d72ab5bb714a57a4319dd Mon Sep 17 00:00:00 2001 From: Abram Date: Wed, 28 Sep 2022 21:51:05 +0100 Subject: [PATCH] Added django 2.2 to support versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3092a26..75215fe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Download and Import the [schema](api-schemas.yaml) to your favourite API testing ## Requirements - Python (3.8, 3.9.*) -- Django (3.0, 3.1, 3.2, 4.*) +- Django (2.2, 3.0, 3.1, 3.2, 4.*) ## Quick Start