diff options
author | Olivia.Zhan <zhan.jie1@zte.com.cn> | 2019-07-15 11:45:21 +0800 |
---|---|---|
committer | Olivia.Zhan <zhan.jie1@zte.com.cn> | 2019-07-15 11:45:21 +0800 |
commit | c3638c49905f648d62b5297f5b03453c585741cd (patch) | |
tree | 6f3689bf01e50e197fc9005d2ac4a12b47fbf5e6 | |
parent | aef67d1a1fb076f154f9f7595b54590fc7499ee6 (diff) |
Update django version
Issue-ID: VFC-1429
Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn>
Change-Id: I6bcf523151b5295ef4ca91c29a036e247bccd653
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |