From 06288e3d6d7b7ff3f1ab83b89489073d5ffddc42 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 21 Sep 2018 00:08:38 -0400 Subject: [PATCH] Update from Django 1.11.11 to 1.11.16 Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- requirements/common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 15bb56c0dd..6b31d23af3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ * Database access in data migrations defaults to the 'default' database. Force it to the user selected database instead. * Don't use a hardcoded database alias for the destination of the database conversion. * Improve natural key support in the UserOptions model. - +* Update from Django 1.11.11 to 1.11.16 3.1.1 (2018-09-18) ================== diff --git a/requirements/common.txt b/requirements/common.txt index 2f25335a6c..5f0e6689c3 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,2 +1,2 @@ -Django==1.11.11 +Django==1.11.16 -r base.txt