AttributeError: 'PdbMiddleware' object has no attribute 'async_mode' [closed]
After having upgraded some Django libs, I get:
AttributeError: 'PdbMiddleware' object has no attribute 'async_mode'
I have googled, but found no result with proper suggest.
I do not have this middleware in my middleware list and I guess this error is related with some deprecation.