index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
panels
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-03-09
Document DISABLE_PANELS.
Aymeric Augustin
2014-02-15
Changing the collection to be fully qualified names and for it to be a set no...
tschilling
2014-02-14
Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.
tschilling
2013-11-29
Stop sharing unsafely a context dict across threads.
Aymeric Augustin
2013-11-24
Degrade docs because I can't put a flake8 ignore :'(
Aymeric Augustin
2013-11-24
Clean up and document the Panel API.
Aymeric Augustin
2013-11-24
Remove unused import.t
Aymeric Augustin
2013-11-24
Removed unneeded Panel.slug attribute.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-16
Clean up DebugToolbar class, especially panels handling.
Aymeric Augustin
2013-11-15
Make panels behave more like Django middleware.
Aymeric Augustin
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-11-10
Made enable/disable_instrumentation idempotent.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-10
Remove Panel.disabled, always use Panel.enabled.
Aymeric Augustin
2013-11-10
Fix PEP 8 violations.
Aymeric Augustin
2013-11-10
Load the content of panels dynamically.
Aymeric Augustin
2013-11-10
Avoid some implicit global lookups.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-01-12
pep8
David Cramer
2011-09-15
The toolbar can't be assigned at init - so grab it each time the method is ca...
bkonkle
2011-09-15
Add a default 'content' method, since the method is now identical on every panel
bkonkle
2011-09-15
Correct some issues with the stats methods
bkonkle
2011-09-15
Added convenience methods to make it easier to work with panel stats
bkonkle
2010-01-14
Template panel context cleanup.
Chris Adams
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...
Rob Hudson
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-07
adding a comment to note that panel subclasses should declare a name
Rob Hudson
2008-09-07
adding a name attribute to base panel since we are likely to put more stuff i...
Rob Hudson
2008-09-06
The last commit missed an added method to the Panel base class
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson