melinath / django-daguerre

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

Incompatibility with Django 1.9.1 #74

Closed hakimkal closed 8 years ago

hakimkal commented 8 years ago

Django daguerre breaks in 1.9.1 due to django.utils.datastructures.SortedDict being deprecated.

melinath commented 8 years ago

Resolved with merge of #84. Thanks!