jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
374 stars 57 forks source link

Support only python versions that are officially supported by Django #132

Closed benoitbryon closed 4 years ago

benoitbryon commented 7 years ago

This statement should be shown in docs and applied within Tox configuration. See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django

As of 2016-09-05, django-downloadview looks ok in Tox, should be mentioned in docs.

Natim commented 4 years ago

Fixed with #140 and #149