index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
middleware.py
Age
Commit message (
Expand
)
Author
2013-11-10
Remove code that isn't used any more.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-10
Remove Panel.disabled, always use Panel.enabled.
Aymeric Augustin
2013-11-01
Add a checkbox to toggle panels from the frontend.
Aymeric Augustin
2013-10-27
Centralize access to config and default values.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-18
Stop looking at settings.TEST. Fix #270.
Aymeric Augustin
2013-10-18
Make show_toolbar available for easier customization.
Aymeric Augustin
2013-10-17
Use render() to render with a RequestContext.
Aymeric Augustin
2013-10-17
Support DEFAULT_CHARSET != 'utf-8'. Fix #15.
Aymeric Augustin
2013-10-17
Remove support for the X-Forwarded-For header.
Aymeric Augustin
2013-10-17
Update usage of the threading module.
Aymeric Augustin
2013-10-17
Replace basestring by six.string_types.
Aymeric Augustin
2013-10-17
Switch from str & unicode to bytes & text.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-15
Disable insertion in streaming responses.
Aymeric Augustin
2013-05-27
Merge pull request #333 from calvinchengx/master
Jannis Leidel
2013-03-06
Merge pull request #289 from fusionbox/master
Rob Hudson
2012-11-03
Uncommented out the dummy thread fix by mistake. Adding back in.
Calvin Cheng
2012-11-03
Fix unit test breakage. middleware functions are expecting threading.currentT...
Calvin Cheng
2012-11-03
Use python threading module instead of the python3 deprecated thread module. ...
Calvin Cheng
2012-08-24
saving characters, and let django sort out the ajaxness
Rickey Visinski
2012-08-24
prevent debug toolbar from inserting itself into a partial template called vi...
Rickey Visinski
2012-06-17
Temporary solution for problems with dual View call for ProfilingDebugPanel
Mikhail Andreev (aka adw0rd)
2012-06-15
Do not intercept redirects for ajax requests
Gavin Wahl
2012-06-03
Fixed typo when propagating handler403 value
kmichel
2012-05-31
Propagate handler403 value when wrapping urlconf
kmichel
2012-04-04
Removed backslash.
Jannis Leidel
2012-03-14
Don't explode if a project uses tuple'd urlpatterns
Dan Fairs
2012-01-12
pep8
David Cramer
2011-10-27
fixed AttributeError on 404 page exception in ProfilerPanel.process_response
Apkawa
2011-08-24
Fixed error with i18n url patterns using Django 1.4
Jeffrey Gelens
2011-08-09
Force bool on settings.DEBUG as it could be set to a non bool value.
Jason Keene
2011-08-09
Fixed logic w/ settings.INTERNAL_IPS check.
Jason Keene
2011-05-27
Change __import__ usage to to be import_module, adjust test reqs to specify >...
David Cramer
2011-05-26
Update TEST check to correct behavior (dont show toolbar under TEST)
David Cramer
2011-05-26
Correctly handle modules as request.urlconf -- Thanks to Germán M. Bravo (fi...
David Cramer
2011-05-26
Merge pull request #165 from eventbrite/request-urlconf
David Cramer
2011-05-26
only load the toolbar if DEBUG, TEST, or INTERNAL_IPS match
David Cramer
2011-05-26
toolbar should be disabled when settings.TEST is True
Gu Ye
2011-05-25
We actually don't need to copy the debug toolbar urlconf.
Nathan Yergler
2011-05-25
Cache merged URL configurations by their original name.
Nathan Yergler
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-05-10
Catch non-200 requests (fixes #147)
David Cramer
2011-05-09
Dont error out if Content-Type is missing (fixes #153)
David Cramer
2011-04-22
Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...
David Cramer
2011-04-20
Updated middleware logic to avoid work if content-type isn't right.
Rob Hudson
2011-04-18
Ensure if we're overriding the urlconf that we're resetting handler404/500
David Cramer
2011-04-06
Added protection against toolbar injections on gzipped responses.
Rob Hudson
2011-03-30
Ensure we're always returning a response(?)
David Cramer
[next]