From c3638c49905f648d62b5297f5b03453c585741cd Mon Sep 17 00:00:00 2001 From: "Olivia.Zhan" Date: Mon, 15 Jul 2019 11:45:21 +0800 Subject: [PATCH] Update django version Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan Change-Id: I6bcf523151b5295ef4ca91c29a036e247bccd653 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 221e87f..bf2fb3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # rest framework -Django==2.1.4 +Django==2.1.10 djangorestframework==3.9.4 # for access MySQL -- 2.16.6