Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python2.7 django version fix #363

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DanielKN
Copy link

@DanielKN DanielKN commented Dec 5, 2017

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: #362

@ddormer
Copy link

ddormer commented Dec 6, 2017

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.

@ebpetway
Copy link

ebpetway commented Jan 8, 2018

I can also verify this works. Can this be merged soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants