melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Django 2 support #116

Closed melinath closed 4 years ago

melinath commented 4 years ago

Added a compatibility shim to prefer importing reverse from the new location, with a fallback to the old location. Also, added testing of django 2.X in travis and updated tox to match travis.