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
This adds a feature to allow the toolbar to watch for ajax requests and
automatically update debug information to show ajax details
Adding debounce for pulling new panel info
Adding heuristic function for observing requests
Also adding generate_headers function
Adding option to include historical data, remove signature
Updated header name to match existing djdt namespace
Move header value creation into the panels.
This moves more logic into the Panel class and gives
greater control to the Panel subclasses on how things should
work.
Move get_observe_request to DebugToolbar
This avoids having to import the function within a panel.
Rename do_not_include_history to exclude_history
Add maxsize for lru_cache for python3.7
Clean up history.js documentation and remove unnecessary return.
0 commit comments