From 41bd1e1b13bfb28cade650f1ef5651a5f697ecde Mon Sep 17 00:00:00 2001 From: Stani Date: Tue, 4 Sep 2018 17:08:54 +0200 Subject: [PATCH] Add Django 2.1 to requirements See https://github.com/encode/django-rest-framework/pull/5510 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebcfe13f..b9c5d449d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ There is a live example API for testing purposes, [available here][sandbox]. # Requirements * Python (2.7, 3.4, 3.5, 3.6) -* Django (1.11, 2.0) +* Django (1.11, 2.0, 2.1) # Installation