aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
AgeCommit message (Collapse)Author
2013-11-27Attempt to protect copy-paste-happy programmers from themselves.Aymeric Augustin
Judging by issue 469, "copy-paste whatever piece of code I come across without even reading it and then whine" is a popular programming technique. Since I cannot change significantly this behavior, I'm replacing the configuration example with something harmless but slightly obnoxious and adding a warning that will only ever be read by people who don't need it, in an attempt to dam the flow of complaints.
2013-11-26Correct the dotted path to TemplatesPanelMjumbe Poe
2013-11-24Make SHOW_TOOLBAR_CALLBACK a dotted path.Aymeric Augustin
Fix #473.
2013-11-24Remove HIDE_DJANGO_SQL configuration option.Aymeric Augustin
It was badly named and HIDE_IN_STACKTRACES provides a more general solution. The ability to show code in django.contrib but not in django doesn't seem particularly useful. Fix #474.
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
Thanks Jannis for his help.
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-18Add an option to collapse the toolbar by default.Aymeric Augustin
Fix #258.
2013-11-15Implement redirects interception as a panel.Aymeric Augustin
Fix #122.
2013-11-15Disable the toolbar entirely on AJAX requests.Aymeric Augustin
2013-11-13Provide an option to force rendering panels in page.Aymeric Augustin
Requested by David who seems to runs the debug toolbar in production :-)
2013-11-12Rewrite configuration docs.Aymeric Augustin
2013-11-11Make panels cache size configurable.Aymeric Augustin
2013-10-28Document performance implications.Aymeric Augustin
Fix #78.
2013-10-27Migrate info from README to docs.Aymeric Augustin
2013-10-27Initial structure of the docs.Aymeric Augustin