Merge pull request #1415 from AlanCoding/depgrades

Dependency Upgrades
This commit is contained in:
Alan Rominger
2018-03-08 08:29:46 -05:00
committed by GitHub
7 changed files with 286 additions and 292 deletions

View File

@@ -35,10 +35,10 @@ if MODE == 'production':
raise Exception("Missing or incorrect metadata for Tower version. Ensure Tower was installed using the setup playbook.")
if django.__version__ != '1.11.7':
raise RuntimeError("Django version other than 1.11.7 detected {}. \
if django.__version__ != '1.11.10':
raise RuntimeError("Django version other than 1.11.10 detected {}. \
Inherit from WSGIHandler to support short-circuit Django Middelware. \
This is known to work for Django 1.11.7 and may not work with other, \
This is known to work for Django 1.11.10 and may not work with other, \
even minor, versions.".format(django.__version__))