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

Feature/django2x support #110

Closed ntuckovic closed 4 years ago

ntuckovic commented 5 years ago

We're porting our own project to Django 2.2 support, while running tests, there were errors with urlresolvers import.

In additon, travis jobs are failing because of flake8 checks for some lines I did not even touch but with, flake8 --ignore=E501,E731,E402,E704,W503,W504,W605 daguerre everything goes well, do you want me to update travis ci yml file?

melinath commented 4 years ago

@ntuckovic I've just merged a Django 2 compatibility pr into master - I'll make a release shortly. Thanks!

melinath commented 4 years ago

See #116 for the pr mentioned above

ntuckovic commented 4 years ago

@melinath My pleasure, thank you too!