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