django-debug-panel icon indicating copy to clipboard operation
django-debug-panel copied to clipboard

Support Django 2.2 & Django Debug toolbar 2.2 and above

Open mintusah25 opened this issue 5 years ago • 1 comments

The current codebase master branch is still using the old Django feature that has removed in 2.2. Also, middleware is not compatible with Debug toolbar.

mintusah25 avatar Jul 05 '20 15:07 mintusah25

  File "/usr/local/lib/python3.8/site-packages/debug_panel/middleware.py", line 7, in <module>
    from django.core.urlresolvers import reverse, resolve, Resolver404
ModuleNotFoundError: No module named 'django.core.urlresolvers'

martin-thoma avatar Sep 09 '21 12:09 martin-thoma