django-jenkins
django-jenkins copied to clipboard
Python2.7 django version fix
Pinning down versions for django for python2.7. Python 2.7 is currently not compatible with the django 2.0 release.
This is in response for issue: https://github.com/kmmbvnr/django-jenkins/issues/362
This change fixes the issue for me. I think the Django version should be specified as >=1.8,<2.0 so future updates to Django 1.11.x are still included.
I can also verify this works. Can this be merged soon?