jmcarp / nplusone

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

Support Django 1.9 #8

Closed jmcarp closed 8 years ago

jmcarp commented 8 years ago

Django 1.9 renames and moves some ORM internals, which breaks our introspection. We'll have to detect the Django version and change imports accordingly.

https://docs.djangoproject.com/en/1.9/releases/1.9/#removed-features-1-9