aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-27GitHub has removed the downloads section.Aymeric Augustin
2013-10-27Bump version number and update README.0.10.0Aymeric Augustin
2013-10-27We'll try to release wheel packages.Aymeric Augustin
2013-10-27Pull translations from Transifex.Aymeric Augustin
2013-10-27<ericholscher> dude. use the new theme. its the hotness.Aymeric Augustin
2013-10-27Merge pull request #430 from aaugustin/sphinx-docsAymeric Augustin
Convert README to Sphinx docs.
2013-10-27Fix a few tests that broke after 982f341.Aymeric Augustin
2013-10-27Django 1.6 still supports Python 2.6.Aymeric Augustin
2013-10-27Improve display of variables in RequestVars panel.Aymeric Augustin
Refs #418.
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
Fix #429.
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
Fix #334.
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
The Python 3 Wall of Superpowers relies on this to determine if a package is compatible with Python 3, and we're sufficiently popular to show up there.
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
Fix #292.
2013-10-26Don't shorten SQL selections shorter than 10 chars.Aymeric Augustin
Fix #332.
2013-10-26Don't crash on non ascii bytestrings in db params.Aymeric Augustin
Thanks Karen Tracey for the report. Fix #422.
2013-10-26Fix tests under Django 1.6.Aymeric Augustin
Fix #425.
2013-10-26Improve tests for the debugsqlshell command.Aymeric Augustin
Fix #424.
2013-10-23Add Django 1.6 RC to tox combinations.Aymeric Augustin
2013-10-22Fix #420 -- Regression in 729d75d.Aymeric Augustin
Thanks Jacob Hesch for the report.
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
Stop looking at settings.TEST. Fix #270.
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
Thanks Ned Batchelder for the suggestion. Fix #324.
2013-10-18Disable redirects interception by default.Aymeric Augustin
In general it's more annoying than useful.
2013-10-18Test that non-string view arguments are supported.Aymeric Augustin
Close #43.
2013-10-18Merge pull request #417 from apollo13/sql_fixesJannis Leidel
Fixed #383 -- Feed the proper SQL to cursor.execute (the one with placeholders).
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
Use render() to render with a RequestContext.
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
This allows using it in websites served with the application/xml+xhtml mime type. Fix #221.
2013-10-18Small test refactoring.Aymeric Augustin
2013-10-18Merge pull request #415 from Bouke/tickets/151Aymeric Augustin
Fix #151 -- Logging panel fails on invalid string representations
2013-10-18#151 -- Logging panel fails on invalid string representationsBouke Haarsma