aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/middleware.py
AgeCommit message (Expand)Author
2014-02-13Adjust toolbar insertion code to avoid .lower().Aymeric Augustin
2013-11-26Add comments in DebugToolbarMiddleware.Aymeric Augustin
2013-11-24Fix cyclic import issues in db2de5b.Aymeric Augustin
2013-11-24Make SHOW_TOOLBAR_CALLBACK a dotted path.Aymeric Augustin
2013-11-24Simplify how the toolbar is inserted in responses.Aymeric Augustin
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-18Add an option to collapse the toolbar by default.Aymeric Augustin
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-15Remove stacktrace scrubbing superseded by HIDDEN_STACKTRACE_MODULES.Aymeric Augustin
2013-11-15Implement redirects interception as a panel.Aymeric Augustin
2013-11-15Disable the toolbar entirely on AJAX requests.Aymeric Augustin
2013-11-15Make panels behave more like Django middleware.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-11Simplify monkey-patching of URLs into urlconf.Aymeric Augustin
2013-11-10Remove code that isn't used any more.Aymeric Augustin
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
2013-11-10Remove Panel.disabled, always use Panel.enabled.Aymeric Augustin
2013-11-01Add a checkbox to toggle panels from the frontend.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-18Stop looking at settings.TEST. Fix #270.Aymeric Augustin
2013-10-18Make show_toolbar available for easier customization.Aymeric Augustin
2013-10-17Use render() to render with a RequestContext.Aymeric Augustin
2013-10-17Support DEFAULT_CHARSET != 'utf-8'. Fix #15.Aymeric Augustin
2013-10-17Remove support for the X-Forwarded-For header.Aymeric Augustin
2013-10-17Update usage of the threading module.Aymeric Augustin
2013-10-17Replace basestring by six.string_types.Aymeric Augustin
2013-10-17Switch from str & unicode to bytes & text.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-15Disable insertion in streaming responses.Aymeric Augustin
2013-05-27Merge pull request #333 from calvinchengx/masterJannis Leidel
2013-03-06Merge pull request #289 from fusionbox/masterRob Hudson
2012-11-03Uncommented out the dummy thread fix by mistake. Adding back in.Calvin Cheng
2012-11-03Fix unit test breakage. middleware functions are expecting threading.currentT...Calvin Cheng
2012-11-03Use python threading module instead of the python3 deprecated thread module. ...Calvin Cheng
2012-08-24saving characters, and let django sort out the ajaxnessRickey Visinski
2012-08-24prevent debug toolbar from inserting itself into a partial template called vi...Rickey Visinski
2012-06-17Temporary solution for problems with dual View call for ProfilingDebugPanelMikhail Andreev (aka adw0rd)
2012-06-15Do not intercept redirects for ajax requestsGavin Wahl
2012-06-03Fixed typo when propagating handler403 value kmichel
2012-05-31Propagate handler403 value when wrapping urlconfkmichel
2012-04-04Removed backslash.Jannis Leidel
2012-03-14Don't explode if a project uses tuple'd urlpatternsDan Fairs
2012-01-12pep8David Cramer
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-08-24Fixed error with i18n url patterns using Django 1.4Jeffrey Gelens
2011-08-09Force bool on settings.DEBUG as it could be set to a non bool value.Jason Keene
2011-08-09Fixed logic w/ settings.INTERNAL_IPS check.Jason Keene