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

Support Django versions 2.0, 2.1, and dev #27

Closed
jeancochrane opened this issue Jul 3, 2018 · 2 comments
Closed

Support Django versions 2.0, 2.1, and dev #27

jeancochrane opened this issue Jul 3, 2018 · 2 comments

Comments

@jeancochrane
Copy link
Contributor

djsonb is the only dependency currently preventing Ashlar from being compatible with Django 2.0+. Once that dependency is removed (#12), we should support these versions of Django.

@jeancochrane
Copy link
Contributor Author

Looks like we can't support Python 2.7 and Django 2.1+ at the same time, thanks to django-filter, which dropped support for Python 2 in their 2.0 release but only supports up to Django 2.0 in their 1.1 release (1.1 has some imports that conflict with Django 2.1).

We have two choices: Support Django 2.1+ and drop support for Python 2, or only support Django up to 2.0 for now. Django 2.1 won't be released until August, and 2.0 won't be deprecated until next April, so we have some time.

@jeancochrane
Copy link
Contributor Author

Closed by azavea/grout#8.

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

No branches or pull requests

1 participant