What: debug_toolbar middleware was registered without the app itself being in INSTALLED_APPS, crashing the build's sanity-check step.
Evidence: RuntimeError: Model class debug_toolbar.models.HistoryEntry doesn't declare an explicit app_label.
Fix: PR #161/#162.
What:
debug_toolbarmiddleware was registered without the app itself being inINSTALLED_APPS, crashing the build's sanity-check step.Evidence:
RuntimeError: Model class debug_toolbar.models.HistoryEntry doesn't declare an explicit app_label.Fix: PR #161/#162.