| Age | Commit message (Collapse) | Author |
|
rem-master
|
|
Fix UnicodeDecodeError on getting template context representations for templates panel.
|
|
Fix python 2.5 compatibility (no named tuple and Traceback)
|
|
|
|
templates panel.
|
|
Fix: AttributeError: class MpttMeta has no attribute '__class__'
|
|
caused by old style classes not extending object
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
According to the Django documentation settings.INSTALLED_APPS is a
tuple. To go for sure that only list + list are concatenated,
settings.INSTALLED_APPS is converted to list type before adding
['django'].
|
|
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
|