aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils/__init__.py
AgeCommit message (Collapse)Author
2011-10-12Custom implementation of inspect.stack() which safely handles errors with ↵David Cramer
findsource
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 ↵David Cramer
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
2011-03-31Add utilities to inject and monitor functions. Change DB tracking to use new ↵David Cramer
injection method on BaseDatabaseWrapper.cursor
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
management command and SQL panel.