aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils/__init__.py
AgeCommit message (Expand)Author
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer
2011-05-23handle cases when text is a NoneTypeDavid Cramer
2011-05-16Correct display of text in stacktracesDavid Cramer
2011-05-10Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...David Cramer
2011-03-31Add utilities to inject and monitor functions. Change DB tracking to use new ...David Cramer
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson