aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-27Restructure README a bit.Aymeric Augustin
2013-10-27Migrate info from README to docs.Aymeric Augustin
2013-10-27Initial structure of the docs.Aymeric Augustin
2013-10-27Create Sphinx docs.Aymeric Augustin
2013-10-27Add requirements file for development.Aymeric Augustin
2013-10-27Document SQL_WARNING_THRESHOLD.Aymeric Augustin
2013-10-27Fix all flake8 warnings and add flake8 to tox.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-27Allow setting arbitrary attributes on the toolbar.Paulo Scardine
2013-10-26Add info about pushing translations to Transifex.Aymeric Augustin
2013-10-26Update English PO file.Aymeric Augustin
2013-10-26Make translations in English identical to source.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-26Remove unused imports.Aymeric Augustin
2013-10-26Add supported Python versions to setup.py.Aymeric Augustin
2013-10-26Fix formatting issue in README.Aymeric Augustin
2013-10-26Remove inappropriate docstring.Aymeric Augustin
2013-10-26Strengthen error handling in templates panel.Aymeric Augustin
2013-10-26Don't shorten SQL selections shorter than 10 chars.Aymeric Augustin
2013-10-26Don't crash on non ascii bytestrings in db params.Aymeric Augustin
2013-10-26Fix tests under Django 1.6.Aymeric Augustin
2013-10-26Improve tests for the debugsqlshell command.Aymeric Augustin
2013-10-23Add Django 1.6 RC to tox combinations.Aymeric Augustin
2013-10-22Fix #420 -- Regression in 729d75d.Aymeric Augustin
2013-10-21Minor cleanup.Aymeric Augustin
2013-10-21Added configurable HIDDEN_STACKTRACE_MODULES.Simon Meers
2013-10-19Merge pull request #419 from aaugustin/drop-testAymeric Augustin
2013-10-18Add test for issue #348.Aymeric Augustin
2013-10-18Stop looking at settings.TEST. Fix #270.Aymeric Augustin
2013-10-18Make show_toolbar available for easier customization.Aymeric Augustin
2013-10-18Disable redirects interception by default.Aymeric Augustin
2013-10-18Test that non-string view arguments are supported.Aymeric Augustin
2013-10-18Merge pull request #417 from apollo13/sql_fixesJannis Leidel
2013-10-18Fixed #383 -- Feed the proper SQL to cursor.execute (the one with placeholders).Florian Apolloner
2013-10-18Merge pull request #413 from aaugustin/use-request-contextJannis Leidel
2013-10-18Fix crash with objects having a non-ASCII repr in context.Aymeric Augustin
2013-10-18Oops, remove debug.Aymeric Augustin
2013-10-18Ensure the toolbar only outputs valid XML.Aymeric Augustin
2013-10-18Small test refactoring.Aymeric Augustin
2013-10-18Merge pull request #415 from Bouke/tickets/151Aymeric Augustin
2013-10-18#151 -- Logging panel fails on invalid string representationsBouke Haarsma
2013-10-18Test that non-ASCII data in sessions works.Aymeric Augustin
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