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
/
utils
/
__init__.py
Age
Commit message (
Expand
)
Author
2013-10-27
Fix all flake8 warnings and add flake8 to tox.
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-21
Minor cleanup.
Aymeric Augustin
2013-10-21
Added configurable HIDDEN_STACKTRACE_MODULES.
Simon Meers
2013-10-17
Support non-ASCII queries in the SQL panel.
Aymeric Augustin
2013-10-17
Simplify timing implementation.
Aymeric Augustin
2013-10-17
Update imports for renamed modules.
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
Catch exceptions liberally when looking for sources.
Aymeric Augustin
2012-12-11
Python 2.5 compatibility #261
David Buxton
2012-05-13
Stop getting a setting all the time.
Jannis Leidel
2012-04-07
Updated cache panel to handle multiple backends and look more like the SQL pa...
Jannis Leidel
2012-01-12
pep8
David Cramer
2012-01-13
Fix python 2.5 compatibility (no named tuple and Traceback)
Andrey Grygoryev
2011-10-12
Custom implementation of inspect.stack() which safely handles errors with fin...
David Cramer
2011-06-14
Moved view function name extraction into debug_toolbar.utils.get_name_from_obj
David Cramer
2011-05-23
handle cases when text is a NoneType
David Cramer
2011-05-16
Correct display of text in stacktraces
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-03-31
Add utilities to inject and monitor functions. Change DB tracking to use new ...
David Cramer
2009-09-22
Added sqlparse, replacing my simple string replace SQL keywords and updating
Rob Hudson