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
Age
Commit message (
Expand
)
Author
2013-12-08
Bump version numbers for 1.0 alpha.
1.0-alpha
Aymeric Augustin
2013-12-08
The .po files are now wrapped.
Aymeric Augustin
2013-12-01
Review translated strings.
Aymeric Augustin
2013-11-30
Fix regression from last week-end's massive renaming.
Aymeric Augustin
2013-11-30
Small documentation improvements.
Aymeric Augustin
2013-11-30
Provide a solution to prevent monkey-patching the settings.
Aymeric Augustin
2013-11-30
Reduce the risk of circular imports.
Aymeric Augustin
2013-11-30
Fix instructions for installing the dev version
Aymeric Augustin
2013-11-30
Extract output of context processors instead of recreating it.
Aymeric Augustin
2013-11-29
Fix JS regression in the template panel.
Aymeric Augustin
2013-11-29
Also record SQL from callproc.
Aymeric Augustin
2013-11-29
Record SQL from executemany.
Aymeric Augustin
2013-11-29
Stop sharing unsafely a context dict across threads.
Aymeric Augustin
2013-11-29
Merge pull request #487 from aaugustin/remove-logbook
Jannis Leidel
2013-11-29
Remove support for logbook.
Aymeric Augustin
2013-11-29
Move support for line_profiler to a 3rd party panel.
Aymeric Augustin
2013-11-28
Merge pull request #486 from dpursehouse/fix-spelling
Aymeric Augustin
2013-11-29
Fix misspelling of 'overhead'
David Pursehouse
2013-11-27
Attempt to protect copy-paste-happy programmers from themselves.
Aymeric Augustin
2013-11-26
Add comments in DebugToolbarMiddleware.
Aymeric Augustin
2013-11-26
Merge pull request #485 from mjumbewu/patch-1
Aymeric Augustin
2013-11-26
Correct the dotted path to TemplatesPanel
Mjumbe Poe
2013-11-25
Support non-str keys in request.META.
Aymeric Augustin
2013-11-24
Oops
Aymeric Augustin
2013-11-24
Degrade docs because I can't put a flake8 ignore :'(
Aymeric Augustin
2013-11-24
Update all panels to follow the public API.
Aymeric Augustin
2013-11-24
Compatibility with Django 1.7.
Aymeric Augustin
2013-11-24
Clean up and document the Panel API.
Aymeric Augustin
2013-11-24
Add short release notes for 1.0.
Aymeric Augustin
2013-11-24
Shorten developers list.
Aymeric Augustin
2013-11-24
Remove unused import.t
Aymeric Augustin
2013-11-24
Removed unneeded Panel.slug attribute.
Aymeric Augustin
2013-11-24
Fix cyclic import issues in db2de5b.
Aymeric Augustin
2013-11-24
Take advantage of django.contrib.staticfiles to serve static files.
Aymeric Augustin
2013-11-24
Make SHOW_TOOLBAR_CALLBACK a dotted path.
Aymeric Augustin
2013-11-24
Remove HIDE_DJANGO_SQL configuration option.
Aymeric Augustin
2013-11-24
Simplify how the toolbar is inserted in responses.
Aymeric Augustin
2013-11-24
Rename some settings for clarity and consistency.
Aymeric Augustin
2013-11-24
Rename storage to store to avoid conflicting with Django terminology.
Aymeric Augustin
2013-11-24
Mark two randomly failing tests as expected failures :'(
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-23
Merge pull request #471 from aaugustin/stop-bundling-jquery
Jannis Leidel
2013-11-23
Stop bundling jQuery.
Aymeric Augustin
2013-11-23
Fix incompatibility with jQuery 2.
Aymeric Augustin
2013-11-22
connection_created is available since Django 1.1.
Aymeric Augustin
2013-11-22
Add tests for redirects panel.
Aymeric Augustin
2013-11-22
Can't provide version-dependent requirements on Travis.
Aymeric Augustin
2013-11-22
Patched the wrong file.
Aymeric Augustin
2013-11-22
Pff Travis.
Aymeric Augustin
2013-11-22
Test features depending on line_profiler.
Aymeric Augustin
[next]