mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Dependency Updates
Upgrades of minor dependency upgrades Inventory scripts were upgraded in separate commit Major exclusions from this update - celery was already downgraded for other reasons - Django / DRF major update already done, minor bumps here - asgi-amqp has fixes coming independently, not touched - TACACS plus added features not needed Removals of note - remove shade from AWX requirements - remove kombu from Ansible requirements Other notes Add note about pinning setuptools and pip, done but not mentioned previously Stop pinning gevent-websocket and twisted upgrade Azure to Ansible core requirements more detailed notes https://gist.github.com/AlanCoding/9442a512ab6977940bc7b5b346d4f70b upgrade version of Django for Exception
This commit is contained in:
@@ -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__))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user