Michael Fladischer <mich...@fladi.at> writes: > the version of django-cors-headers currently in testing/unstable does not work > with Django 1.10 because of changes to the middleware system. Upstream has an > issue on this:
It looks like it is a bit more complicated then "does not work". If you use the old style MIDDLEWARE_CLASSES setting, it works fine, same as before. The problems only occur if you want to use the new style MIDDLEWARE setting. I can confirm that the supplied patch soles the problem. -- Brian May <b...@debian.org>