You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is an issue at the django-develeoper-panel end though so if I get time I'll do some testing and open an issue or pull request there. The problem is this line in the middleware, our response has no context_data attribute so this line throws an exception. It's easy enough to make that return if the attribute is missing, but there may be more to it than that.
Might be worth adding to known issues in the readme for now though.
The text was updated successfully, but these errors were encountered:
I think this is an issue at the django-develeoper-panel end though so if I get time I'll do some testing and open an issue or pull request there. The problem is this line in the middleware, our response has no
context_data
attribute so this line throws an exception. It's easy enough to make that return if the attribute is missing, but there may be more to it than that.Might be worth adding to known issues in the readme for now though.
The text was updated successfully, but these errors were encountered: