siddhism / smart-queries

Django N+1 query profiler
MIT License
7 stars 0 forks source link

Django 2.0 issue #6

Open benjaoming opened 5 years ago

benjaoming commented 5 years ago

Hi!

Thanks for the project, I was curious to see what it was.

It had an issue, though, so I couldn't get started:

  File "/home/ùser/.virtualenvs/djangocon/local/lib/python3.6/site-packages/repeat_queries/admin.py", line 5, in <module>
    from django.core.urlresolvers import reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'

The reason is that this module was removed in Django 2.0. But am a bit confused because docs said something about supporting Django 2.0.

siddhism commented 5 years ago

Hey, thanks for reporting this. I'll look into this soon :)