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
Make djdt-{{ panel.panel_id }} a DOM ID instead of DOM class
This string represents a unique element on the page, therefore it should be a
DOM ID. No two panels should have the same panel_id.
This makes it a tiny bit simpler to query for a specific Django Debug Toolbar
button when using automated tools.
0 commit comments