| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-12 | New version of flake8 adds new checks.1.1 | Aymeric Augustin | |
| 2014-03-12 | Allow profiler max depth to be configurable. | tschilling | |
| 2014-03-09 | Document DISABLE_PANELS. | Aymeric Augustin | |
| 2014-02-15 | Changing set declaration. | tschilling | |
| 2014-02-15 | Changing the collection to be fully qualified names and for it to be a set ↵ | tschilling | |
| not a tuple. | |||
| 2014-02-14 | Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS. | tschilling | |
| 2014-01-08 | Move settings patching code to the settings module. | Aymeric Augustin | |
| 2014-01-06 | Default DEBUG_TOOLBAR_PANELS didn't match the docs. | Aymeric Augustin | |
| Fix #519. | |||
| 2013-12-09 | Another pass over the staticfiles panel. | Jannis Leidel | |
| - adds some docstrings - adds some basic tests - adds the staticfiles panel to the default list of panels - fixed a pluralization bug in the template - refactored some things into own methods for easier testing | |||
| 2013-11-30 | Provide a solution to prevent monkey-patching the settings. | Aymeric Augustin | |
| This is necessary to work around extreme cases of circular imports. We really need to reverse URLs at import time and this isn't always possible. | |||
| 2013-11-24 | Fix cyclic import issues in db2de5b. | Aymeric Augustin | |
| 2013-11-24 | Make SHOW_TOOLBAR_CALLBACK a dotted path. | Aymeric Augustin | |
| Fix #473. | |||
| 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-24 | Rename all panels consistently. | Aymeric Augustin | |
| Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback. | |||
| 2013-11-18 | Add an option to collapse the toolbar by default. | Aymeric Augustin | |
| Fix #258. | |||
| 2013-11-16 | Flat is better than nested. | Aymeric Augustin | |
