diff options
author | dyh <dengyuanhong@chinamobile.com> | 2019-07-01 10:55:35 +0800 |
---|---|---|
committer | deng yuanhong <dengyuanhong@chinamobile.com> | 2019-07-01 07:53:12 +0000 |
commit | fe84f2b0babbcf795fde731b40bfc1d591918534 (patch) | |
tree | 0df3910ee6337b5d57715698a149898dd02435eb | |
parent | 01e297c73f50900e8ab81b3095761ec42382525e (diff) |
update Django version to 1.11.21
Change-Id: Ieb6bd445d33f79a581469b79bdafb3533b5ceb8e
Issue-ID: MODELING-174
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3a0470f..ef4efea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # rest framework -Django==1.11.9 +Django==1.11.21 djangorestframework==3.7.7 # for access MySQL |