Open
Description
Django Debug Toolbar: v5.1.0
Settings:
DEBUG_TOOLBAR_CONFIG = {
"UPDATE_ON_FETCH": True,
"ROOT_TAG_EXTRA_ATTRS": "data-turbo-permanent"
}
Using the example project with the above settings as an example, the sidebar will refresh with the Turbo page loads. Between Turbo 8.0.0 Beta 1 and Beta 2 (and all versions after Turbo 8 Beta 2), the sidebar no longer updates .
The History is correctly tracked and you can open the History and switch to any of the page loads, just the sidebar doesn't automatically update to the latest page load.
Metadata
Metadata
Assignees
Labels
No labels