mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Update Django version in version check.
This commit is contained in:
committed by
Ryan Petrello
parent
aec3244f52
commit
f27ec8cd89
@@ -41,10 +41,10 @@ if social_django.__version__ != '2.1.0':
|
|||||||
still works".format(social_django.__version__))
|
still works".format(social_django.__version__))
|
||||||
|
|
||||||
|
|
||||||
if django.__version__ != '1.11.11':
|
if django.__version__ != '1.11.16':
|
||||||
raise RuntimeError("Django version other than 1.11.11 detected {}. \
|
raise RuntimeError("Django version other than 1.11.16 detected {}. \
|
||||||
Inherit from WSGIHandler to support short-circuit Django Middleware. \
|
Inherit from WSGIHandler to support short-circuit Django Middleware. \
|
||||||
This is known to work for Django 1.11.11 and may not work with other, \
|
This is known to work for Django 1.11.16 and may not work with other, \
|
||||||
even minor, versions.".format(django.__version__))
|
even minor, versions.".format(django.__version__))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user