We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tox tests against Django 1.5 up to Django 1.8
Those Django versions are not longer supported by the Django project team and receiving security fixes.
Only Django 1.11 and 2.x are supported at the moment.
However eulxml is incompatible with these versions: it uses a function, get_declared_fields, that has been deprecated and removed in Django 1.9
get_declared_fields
I believe we need to:
I suggest dropping support for the following versions of python:
I suggest dropping support for django 1.5, 1.6, 1.7, 1.8 and 1.9 and supporting only 1.10, 1.11, 2.0.
1.11 and 2.0 are the only officially supported versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tox tests against Django 1.5 up to Django 1.8
Those Django versions are not longer supported by the Django project team and receiving security fixes.
Only Django 1.11 and 2.x are supported at the moment.
However eulxml is incompatible with these versions: it uses a function,
get_declared_fields
, that has been deprecated and removed in Django 1.9I believe we need to:
I suggest dropping support for the following versions of python:
I suggest dropping support for django 1.5, 1.6, 1.7, 1.8 and 1.9 and supporting only 1.10, 1.11, 2.0.
1.11 and 2.0 are the only officially supported versions.
The text was updated successfully, but these errors were encountered: