| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-24 | Remove 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-24 | Rename some settings for clarity and consistency. | Aymeric Augustin | |
| Thanks Jannis for his help. | |||
| 2013-11-16 | Flat is better than nested. | Aymeric Augustin | |
| 2013-11-12 | Make it possible for panels to provide URLs and views. | Aymeric Augustin | |
| Fix #448. | |||
| 2013-11-12 | Move the logic to load panels inside the DebugToolbar class. | Aymeric Augustin | |
| This has the additional advantage of eliminating a side-effect that happened at import time unnecessarily. It justified refactoring the way we handle settings and defaults. | |||
| 2013-11-12 | Remove unnecessary nesting. | Aymeric Augustin | |
| 2013-11-10 | Fix PEP 8 violations. | Aymeric Augustin | |
| 2013-11-10 | Invalidate cached list of panels during tests. | Aymeric Augustin | |
| 2013-11-01 | Get rid of custom test runner. | Aymeric Augustin | |
| Refs #426. | |||
| 2011-06-14 | Move test suite into parent namespace | David Cramer | |
