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
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-01-26
Take advantage of default_app_config.
Aymeric Augustin
2013-11-30
Reduce the risk of circular imports.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-16
Minor style improvement.
Aymeric Augustin
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-17
Modernize exception catching syntax.
Aymeric Augustin
2012-04-04
Moved loader into models module.
Jannis Leidel
2012-03-31
Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...
Jannis Leidel
2011-05-10
Bump version and use get-distribution to avoid unnescesary imports
David Cramer
2011-04-25
Bumped version and updated NEWS
Rob Hudson
2010-11-08
Bumped version to 0.8.4
Rob Hudson
2010-03-03
Bumped version number for bugfix
0.8.3
0.8.x
Rob Hudson
2010-03-02
Updated version for 0.8.2 release
0.8.2
Rob Hudson
2009-11-03
Updated version to 0.8.1
0.8.1
Rob Hudson
2009-09-22
Incremented version to 0.8.1 alpha.
Rob Hudson
2009-09-12
Updated version to 0.8.
Rob Hudson
2009-04-02
Bumping version number preparing for release.
Rob Hudson
2008-12-12
Adding version info to module.
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson