| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-02 | Added documentation around ProfilingPanel and problems with the middlware. | tschilling | |
| Closes #497 | |||
| 2014-07-29 | Add Request History panel to list of third-party panels. | David Sutherland | |
| 2014-07-26 | Make note of the incompatability with the GZipMiddleware. | tschilling | |
| 2014-07-26 | Don't suggest adding the app config to INSTALLED_APPS. | Aymeric Augustin | |
| This is more in line with Django's contrib apps. Fix #621. | |||
| 2014-07-16 | Updating JS api documentation. | tschilling | |
| Removed parameters to show_toolbar and hide_toolbar. Removed extra whitespace and added a tab after a long param description. Fixed copy-paste error for method summary for djdt.cookie.set | |||
| 2014-07-15 | Making a basic javascript API for the toolbar. | tschilling | |
| 2014-05-17 | Bump version number for 1.2.1.1.2.1 | Aymeric Augustin | |
| 2014-04-25 | Bump version number.1.2 | Aymeric Augustin | |
| 2014-04-25 | Minor update in release process. | Aymeric Augustin | |
| 2014-04-25 | We don't minify CSS and JS any more. | Aymeric Augustin | |
| 2014-04-25 | Make the pain go away. | Aymeric Augustin | |
| Fix #581, #544, #541, #535 and a few others. | |||
| 2014-04-13 | Add missing if | Vishal Sodani | |
| 2014-04-12 | Bump version numbers for 1.1. | Aymeric Augustin | |
| 2014-04-03 | Fix #571 -- Improve database engine detection. | Aymeric Augustin | |
| 2014-03-21 | Be more explicit about function signature | Mikko Ohtamaa | |
| This is not a big change, but it the function signature is more readable this way. | |||
| 2014-03-13 | Changelog for previous commit. | Aymeric Augustin | |
| 2014-03-12 | Allow profiler max depth to be configurable. | tschilling | |
| 2014-03-09 | Initiate changelog for 1.1. | Aymeric Augustin | |
| 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 | Add an AppConfig for Django 1.7. | Aymeric Augustin | |
| 2014-01-07 | Bump version number for bugfix releases.1.0.1 | Aymeric Augustin | |
| 2013-12-24 | Implicit setup can also fail with ImproperlyConfigured. | Aymeric Augustin | |
| Fix #511. | |||
| 2013-12-21 | Bump version numbers for 1.0 final. | Aymeric Augustin | |
| 2013-12-21 | Bump version numbers for 1.0 beta. | Aymeric Augustin | |
| 2013-12-21 | Bump version numbers for 1.0 alpha. | Aymeric Augustin | |
| 2013-12-14 | Merge pull request #494 from django-debug-toolbar/staticfiles | Aymeric Augustin | |
| Added staticfiles panel class. | |||
| 2013-12-09 | Added the staticfiles panel to the docs. | Jannis Leidel | |
| 2013-12-08 | Pointing to the 'master' docs creates too much confusion. | Aymeric Augustin | |
| 2013-11-30 | Small documentation improvements. | Aymeric Augustin | |
| 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-30 | Fix instructions for installing the dev version | Aymeric Augustin | |
| 2013-11-29 | Remove support for logbook. | Aymeric Augustin | |
| If you were relying on this feature, it should be quite easy to implement it in a third-party panel, and we'll reference it in the documentation. Fix #478. | |||
| 2013-11-29 | Move support for line_profiler to a 3rd party panel. | Aymeric Augustin | |
| Many thanks to Dave McLain. Fix #477. | |||
| 2013-11-29 | Fix misspelling of 'overhead' | David Pursehouse | |
| 2013-11-27 | Attempt 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-26 | Correct the dotted path to TemplatesPanel | Mjumbe Poe | |
| 2013-11-24 | Clean up and document the Panel API. | Aymeric Augustin | |
| 2013-11-24 | Add short release notes for 1.0. | Aymeric Augustin | |
| Fix #475. | |||
| 2013-11-24 | Shorten developers list. | Aymeric Augustin | |
| 2013-11-24 | Take advantage of django.contrib.staticfiles to serve static files. | Aymeric Augustin | |
| It is the de facto standard nowadays and there's no good reason not to use it. | |||
| 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-23 | Stop bundling jQuery. | Aymeric Augustin | |
| 2013-11-18 | Add an option to collapse the toolbar by default. | Aymeric Augustin | |
| Fix #258. | |||
| 2013-11-17 | Include configurations for PostgreSQL and MySQL. | Aymeric Augustin | |
