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-10-17
Add a screenshot to the README.
Aymeric Augustin
2013-10-17
Support non-ASCII SECRET_KEY settings.
Aymeric Augustin
2013-10-17
Support non-ASCII queries in the SQL panel.
Aymeric Augustin
2013-10-17
Use render() to render with a RequestContext.
Aymeric Augustin
2013-10-17
Support DEFAULT_CHARSET != 'utf-8'. Fix #15.
Aymeric Augustin
2013-10-17
Take advantage of TestCase.settings.
Aymeric Augustin
2013-10-17
Remove support for the X-Forwarded-For header.
Aymeric Augustin
2013-10-17
Simplify timing implementation.
Aymeric Augustin
2013-10-17
Add contributors to Python 3 support.
Aymeric Augustin
2013-10-17
The actual requirement is Django >= 1.4.2.
Aymeric Augustin
2013-10-17
Remove dead code.
Aymeric Augustin
2013-10-17
Implement method replacement for Python 3.
Aymeric Augustin
2013-10-17
Update usage of the threading module.
Aymeric Augustin
2013-10-17
Update introspection code.
Aymeric Augustin
2013-10-17
Replace assertEquals by assertEqual.
Aymeric Augustin
2013-10-17
Ensure _quote_params returns a list.
Aymeric Augustin
2013-10-17
Allow repeated iteration on DebugToolbar.panels.
Aymeric Augustin
2013-10-17
Stopped using dict.iter*.
Aymeric Augustin
2013-10-17
Update imports for renamed modules.
Aymeric Augustin
2013-10-17
Replace basestring by six.string_types.
Aymeric Augustin
2013-10-17
Switch from str & unicode to bytes & text.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-17
Replace print statement by print function.
Aymeric Augustin
2013-10-17
Avoid naked except clauses.
Aymeric Augustin
2013-10-17
Modernize exception catching syntax.
Aymeric Augustin
2013-10-17
Switch to an external version of sqlparse.
Aymeric Augustin
2013-10-17
Remove compatibility code for unsupported version of Django.
Aymeric Augustin
2013-10-17
Remove unused imports.
Aymeric Augustin
2013-10-17
Add Python 3 to tox configurations.
Aymeric Augustin
2013-10-17
Bump requirements to Django >= 1.4 & Python >= 2.6
Aymeric Augustin
2013-10-17
Avoid a crash in _quote_params for some default values.
Aymeric Augustin
2013-10-17
Remove NEWS file that wasn't kept up to date.
Aymeric Augustin
2013-10-16
Ignore tox directory.
Aymeric Augustin
2013-10-16
Remove active class when closing panel by pressing escape key
Alasdair Nicol
2013-10-15
Disable insertion in streaming responses.
Aymeric Augustin
2013-10-15
Catch exceptions liberally when looking for sources.
Aymeric Augustin
2013-10-15
Fix a few issues in the updated example project.
Aymeric Augustin
2013-10-15
Recommend installing with pip.
Aymeric Augustin
2013-10-14
Add myself to AUTHORS.
Aymeric Augustin
2013-10-14
Merge pull request #408 from aaugustin/modernize-example-project
Aymeric Augustin
2013-10-14
Ignore database for example project.
Aymeric Augustin
2013-10-14
Add a README for the example project.
Aymeric Augustin
2013-10-14
Add a link to the admin.
Aymeric Augustin
2013-10-14
Update the example app with a modern project template.
Aymeric Augustin
2013-10-14
Remove unecessary template.
Aymeric Augustin
2013-10-14
Update versions of JavaScript libraries.
Aymeric Augustin
2013-10-14
Merge pull request #409 from aaugustin/add-tox-file
Aymeric Augustin
2013-10-14
Add tox.ini.
Aymeric Augustin
2013-10-14
Fix a failing test on Django 1.5.
Aymeric Augustin
2013-06-20
Merge pull request #319 from mindsocket/master
Rob Hudson
[prev]
[next]