| Age | Commit message (Collapse) | Author |
|
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>
|
|
|
|
|
|
debug_toolbar in system
|
|
|
|
findsource
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
called
|
|
|
|
method
|
|
|
|
|
|
|
|
actually needed
|
|
the current toolbar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process_response method
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separate the gneration of the stats and the generation of the content.
|
|
|
|
separate the gneration of the stats and the generation of the content.
|
|
|
|
|