I recently upgraded my Python packages to the latest versions. One of the ones I upgraded was Django Debug Toolbar for my Django website development. Now every page has garbled text all over it:
What can I do to fix this? I know it's Django Debug Toolbar causing it because when I remove it from the settings.py file everything renders correctly.