jmcarp / nplusone

Auto-detecting the n+1 queries problem in Python
MIT License
1.01k stars 50 forks source link

MIDDLEWARE_CLASSES is deprecated #17

Closed canassa closed 7 years ago

canassa commented 7 years ago

Hello,

The MIDDLEWARE_CLASSES setting is deprecated in Django 1.10 and the MIDDLEWARE setting takes precedence. Projects using MIDDLEWARE cannot use the nplusone middleware

jordantomax commented 7 years ago

experiencing the same issue.

jmcarp commented 7 years ago

Fixed in #18.