HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
394 stars 61 forks source link

Issue #55: Fix PdbMiddleware with django >= 4.1 #56

Open cpontvieux-systra opened 1 year ago

cpontvieux-systra commented 1 year ago

I just call the super when the parent is not object. That should fix the compat with django 4.1 and any further django change to middleware.

cpontvieux-systra commented 1 year ago

@HassenPy Could you review and merge this please? It’s quite straightforward and fix a compatibility issue.