Update from Django 1.11.11 to 1.11.16

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-21 00:08:38 -04:00
parent ef1f011cd5
commit 06288e3d6d
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
==================

View File

@@ -1,2 +1,2 @@
Django==1.11.11
Django==1.11.16
-r base.txt