| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Don't blow up if INSTALLED_APPS is a tuple
|
|
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to
a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it
reinforces that it is not modifiable at runtime. However, this blows up
in the VersionDebugPanel as it currently assumes it is a list.
Signed-off-by: Chris Lamb <lamby@debian.org>
|
|
Fix for issue231: Only call _end_rusage() in TimerPanel when resource module is available.
|
|
|
|
Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments
|
|
|
|
debug_toolbar in system
|
|
|
|
findsource
|
|
Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE' (#208)
|
|
|
|
Make stacktraces optional
|
|
|
|
Refactored template filtering: discard DjDT templates asap.
|
|
|
|
- Removed unused imports.
- Used already existing ms conversion
|
|
Display execution time with query in debugsqlshell. Thanks gwrtheyrn.
|
|
|
|
https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries
|
|
|
|
rendered.
|
|
|
|
Decouple statistics from presentation
|
|
called
|
|
|
|
method
|
|
|
|
|
|
|
|
actually needed
|
|
the current toolbar
|
|
|
|
generate stats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process_response method
|