diff --git a/awx/wsgi.py b/awx/wsgi.py index 13f8b08198..6d155ab6c3 100644 --- a/awx/wsgi.py +++ b/awx/wsgi.py @@ -40,12 +40,5 @@ if social_django.__version__ != '2.1.0': still works".format(social_django.__version__)) -if not django.__version__.startswith('1.'): - raise RuntimeError("Django version other than 1.XX detected {}. \ - Inherit from WSGIHandler to support short-circuit Django Middleware. \ - This is known to work for Django 1.XX and may not work with other, \ - even minor, versions.".format(django.__version__)) - - # Return the default Django WSGI application. application = get_wsgi_application()