{"id":23570,"library":"django-debug-toolbar-request-history","title":"django-debug-toolbar-request-history","description":"Adds a panel to Django Debug Toolbar that shows the request history, allowing you to inspect past requests during development. Currently at version 0.1.4 with no active maintenance.","status":"active","version":"0.1.4","language":"python","source_language":"en","source_url":"https://github.com/djsutho/django-debug-toolbar-request-history","tags":["django","debug-toolbar","request-history","panel"],"install":[{"cmd":"pip install django-debug-toolbar-request-history","lang":"bash","label":"PyPI install"}],"dependencies":[{"reason":"Required as the host toolbar","package":"django-debug-toolbar","optional":false}],"imports":[{"wrong":"from debug_toolbar_request_history.panels import RequestHistoryPanel","symbol":"RequestHistoryPanel","correct":"from ddt_request_history.panels import RequestHistoryPanel"}],"quickstart":{"code":"# settings.py\nINSTALLED_APPS = [\n    ...\n    'debug_toolbar',\n    'debug_toolbar_request_history',\n]\n\nDEBUG_TOOLBAR_PANELS = [\n    'debug_toolbar.panels.versions.VersionsPanel',\n    'debug_toolbar.panels.timer.TimerPanel',\n    ...\n    'debug_toolbar_request_history.panels.RequestHistoryPanel',\n]\n\n# Add to middleware (after debug_toolbar)\nMIDDLEWARE = [\n    ...\n    'debug_toolbar.middleware.DebugToolbarMiddleware',\n]","lang":"python","description":"Add the app and panel to Django settings."},"warnings":[{"fix":"Pin django-debug-toolbar to version 3.x, or fork the package.","message":"This package is not actively maintained and has not been updated to support the latest Django Debug Toolbar versions (4.x). You may encounter compatibility issues.","severity":"gotcha","affected_versions":">=0.1.0"},{"fix":"Clear the panel's data periodically or limit the number of stored requests via settings.","message":"The request history panel stores all requests in memory, which can cause memory growth during long development sessions with many requests.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'0.1.4':30 'activ':33 'add':7 'allow':19 'current':27 'debug':3,12,37 'debug-toolbar':36 'develop':26 'django':2,11,35 'django-debug-toolbar-request-histori':1 'histori':6,18,41 'inspect':22 'mainten':34 'panel':9,42 'past':23 'request':5,17,24,40 'request-histori':39 'show':15 'toolbar':4,13,38 'version':29","created_at":"2026-05-01T08:08:27.863196+00:00","updated_at":"2026-05-01T08:08:27.863196+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'RequestHistoryPanel' from 'ddt_request_history.panels' (/tmp/tmpxv608cej/venv/lib/python3.12/site-packages/ddt_request_history/panels/__init__.py)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.1.4","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/djsutho/django-debug-toolbar-request-history","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-debug-toolbar-request-history/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}