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
2011-04-25
Merge branch 'release/v0.8.5'
v0.8.5
Rob Hudson
2011-04-25
Bumped version and updated NEWS
Rob Hudson
2011-04-25
Ensure if we're overriding the urlconf that we're resetting handler404/500
David Cramer
2011-04-20
Updated middleware logic to avoid work if content-type isn't right.
Rob Hudson
2011-04-20
Change .load() calls to GET to avoid CSRF protection.
Rob Hudson
2011-04-20
Revert "Made views for AJAX sub-panels CSRF exempt."
Rob Hudson
2011-04-08
Stripped out logging of SQL queries from logging panel.
Rob Hudson
2011-04-08
Updated sql panel to include logging support.
Rob Hudson
2011-04-06
Added protection against toolbar injections on gzipped responses.
Rob Hudson
2011-04-06
Added basic support for multi-db.
Rob Hudson
2011-03-16
Updated YUI Compressor which produces better minimized CSS
Rob Hudson
2011-03-16
Made views for AJAX sub-panels CSRF exempt.
Rob Hudson
2011-03-16
Added error trapping to AJAX sub-panels.
Rob Hudson
2011-02-03
Merge pull request #135 from acdha/django-debug-toolbar
Rob Hudson
2011-02-03
HTML validation: avoid injecting <style> in <body>
Chris Adams
2011-01-09
Added support for executemany. Fixes issue #120
postal2600
2011-01-09
Updated NEWS file.
Rob Hudson
2011-01-09
Added support for LogBook. Thanks to Vincent Driessen for the idea and
Vincent Driessen
2010-12-08
Added clean_params method to DatabaseStatTracker to scrub non-unicode
Matthew J Morrison
2010-11-08
Merge branch 'release/0.8.4' into develop
Rob Hudson
2010-11-08
Merge branch 'release/0.8.4'
0.8.4
Rob Hudson
2010-11-08
Bumped version to 0.8.4
Rob Hudson
2010-11-08
Added print style to hide toolbar, fixing issue #90.
Rob Hudson
2010-10-20
HTML Validation fixes
Chris Adams
2010-10-18
Caught up with the NEWS file.
Rob Hudson
2010-10-18
Updated SQL explain panel to keep white space for indention, clarifying the o...
Rob Hudson
2010-10-18
Added CSS classes to the SQL panel tables.
Rob Hudson
2010-09-22
Fixed issue 85, SQL not selectable due to line chart.
Rob Hudson
2010-09-15
Fixed issue 6: Redirect page does not set cookie.
Rob Hudson
2010-09-07
Fixed template block inheritance bug (issues 77 and 97)
Rob Hudson
2010-09-07
Fixed issue 83, unstyled toolbar flash.
Rob Hudson
2010-09-07
Started a NEWS file
Rob Hudson
2010-09-07
Fixed issue 81.
Rob Hudson
2010-09-03
Fix for "View template links get "Template Does Not Exist" for django >= 1.2"...
Tom V
2010-04-07
Revert "Start of splitting off data collection classes and panel classes."
Rob Hudson
2010-04-07
Revert "Factor headers data out of HeaderDebugPanel."
Rob Hudson
2010-04-07
Revert "Factor settings data out of SettingsVarsDebugPanel."
Rob Hudson
2010-04-07
Revert "Factor versions data out of VersionDebugPanel."
Rob Hudson
2010-03-03
Factor versions data out of VersionDebugPanel.
Bryan Chow
2010-03-03
Factor settings data out of SettingsVarsDebugPanel.
Bryan Chow
2010-03-03
Factor headers data out of HeaderDebugPanel.
Bryan Chow
2010-03-03
Start of splitting off data collection classes and panel classes.
Rob Hudson
2010-03-03
Bumped version number for bugfix
0.8.3
0.8.x
Rob Hudson
2010-03-03
Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ...
Jannis Leidel
2010-03-02
Updated version for 0.8.2 release
0.8.2
Rob Hudson
2010-03-02
Added note about middleware ordering and flat pages.
Rob Hudson
2010-02-26
Fixed to maintain Django 1.0 compatibility.
Rob Hudson
2010-02-26
Adjusted Content-Length if we modify the response.
Rob Hudson
2010-02-26
Fixed typo looking for `setting.DEBUG`
Rob Hudson
2010-02-26
Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used
Jannis Leidel
[next]