aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)Author
2014-05-24Mark the toolbar as unmaintained.Aymeric Augustin
2014-05-17Bump version number for 1.2.1.1.2.1Aymeric Augustin
2014-04-25Bump version number.1.2Aymeric Augustin
2014-04-12Bump version numbers for 1.1.Aymeric Augustin
2014-01-07Bump version number for bugfix releases.1.0.1Aymeric Augustin
2013-12-21Bump version numbers for 1.0 alpha.Aymeric Augustin
2013-11-15Replace AUTHORS file by the list of contributors on GitHub.Aymeric Augustin
Quoting Rob: > I'm +1 on removing AUTHORS and pointing to the github contributors. > I like that solution.
2013-11-08Bump version number.Aymeric Augustin
2013-10-28Bump version number (once again).0.10.2Aymeric Augustin
2013-10-27Bump version number.0.10.1Aymeric Augustin
2013-10-27Bump version number and update README.0.10.0Aymeric Augustin
2013-10-27Restructure README a bit.Aymeric Augustin
2013-10-27Migrate info from README to docs.Aymeric Augustin
2013-10-27Document SQL_WARNING_THRESHOLD.Aymeric Augustin
Fix #429.
2013-10-27Allow setting arbitrary attributes on the toolbar.Paulo Scardine
Fix #334.
2013-10-26Fix formatting issue in README.Aymeric Augustin
2013-10-21Added configurable HIDDEN_STACKTRACE_MODULES.Simon Meers
2013-10-18Disable redirects interception by default.Aymeric Augustin
In general it's more annoying than useful.
2013-10-17Add a screenshot to the README.Aymeric Augustin
Fix #182. Thanks Miserlou for the idea.
2013-10-17The actual requirement is Django >= 1.4.2.Aymeric Augustin
Compatibility features for supporting Python 2 and 3 with a single code base were added in Django 1.4.2.
2013-10-17Bump requirements to Django >= 1.4 & Python >= 2.6Aymeric Augustin
2013-10-15Recommend installing with pip.Aymeric Augustin
Thanks rogueleaderr for the suggestion.
2013-04-29copy paste failDavid Cramer
2013-04-29Clean up README and add dev linkDavid Cramer
2013-03-02Update README to note that it's at least 1.3.Jannis Leidel
2012-11-12Fix doc for show_toolbar.Yongzhi Pan
2012-08-27Added Travis build status image.Jannis Leidel
2012-08-27Cosmetic fixes to the README file.Jannis Leidel
2012-08-06Update README.rstMahmoud Yaser
adding a note about templates that debug_toolbar can display it self on
2012-07-08Make formatting consistent and have point #4 in installation stand out more. ↵Anton de Winter
(Easy to miss if you're in a hurry)
2012-04-07Updated minimal requirement for the toolbar to 1.1.Jannis Leidel
2012-04-07Updated cache panel to handle multiple backends and look more like the SQL ↵Jannis Leidel
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
2011-10-07Make stacktraces configurableColin Howe
2011-07-21update docs to better describe behavior of toolbar permissionsDavid Cramer
2011-06-03Added a message about the 3rd party panel list wiki pageRob Hudson
2011-05-27Change __import__ usage to to be import_module, adjust test reqs to specify ↵David Cramer
>= 1.1,< 1.4, and add note about required Django version
2011-05-10Add support for __traceback_hide__ (tidy_stacktrace now inspects ↵David Cramer
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
2011-05-09Update URLs to reflect organization changeDavid Cramer
2011-01-09Added support for LogBook. Thanks to Vincent Driessen for the idea andVincent Driessen
patch. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-03-02Added note about middleware ordering and flat pages.Rob Hudson
2010-02-21Added configurable HTML tag to attach toolbar toDavide Callegari
Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-01-08Added notes to README on `debugsqlshell` management commandRob Hudson
2009-09-12Merge remote branch 'alex/master'Rob Hudson
2009-08-11allow for handling the pathological case of an insanely large template contextAlex Gaynor
2009-06-16provide an option to see stuff indjango in the sql stack traceAlex Gaynor
2009-05-27Adding a signals panel to display list of signals and their providing argumentsAlex Gaynor
and receivers. Thanks Alex Gaynor! Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-04-21Updating README to reflect new location of bugs and todosRob Hudson
2009-04-02Remove cache panel mentions in README until working.Rob Hudson
2009-03-26New configuration option to provide your own 'show_toolbar' method.Rob Hudson
This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed.
2009-01-15Fix typo/grammar in README ("the the")dAniel hAhler
Signed-off-by: Rob Hudson <rob@tastybrew.com>