diff options
| author | Aymeric Augustin | 2013-10-17 11:01:50 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-17 11:01:50 +0200 |
| commit | 0cb9698a1d5ac7a3043e2b1766121a2e242025af (patch) | |
| tree | f51a9de0917fd82dff02e0047a7f7c1b679d877d | |
| parent | dde29164e908b44978591422ccdfff7f41813987 (diff) | |
| download | django-debug-toolbar-0cb9698a1d5ac7a3043e2b1766121a2e242025af.tar.bz2 | |
Remove NEWS file that wasn't kept up to date.
Fix #411.
| -rw-r--r-- | NEWS | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -1,47 +0,0 @@ -News for django-debug-toolbar -============================= - -0.8.5 (2011 Apr 25) -------------------- - -* Ensure if we're overriding the urlconf that we're resetting handler404/500. - -* Updated middleware logic to avoid work if content-type isn't right. - -* Change .load() calls to GET to avoid CSRF protection. - -* Updated SQL panel to match Django's which now includes logging. - -* Added basic multi-db support. - -* Some HTML validation fixes. - -* Added support for `executemany`. Thanks to postal2600. - -* Added support for LogBook. Thanks to Vincent Driessen. - -* Added clean_params method to DatabaseStatTracker to scrub non-unicode - data for displaying on the sql panel. Thanks to Matthew J Morrison - -0.8.4 (2010 Nov 8) ------------------- - -* Added print style to hide the toolbar (issue 90) - -* Fixed "Badly formatted SQL query plan" (issue 86) - -* Fixed "SQL not selectable due to line chart" (issue 85) - -* Fixed "Redirect page does not set cookie" (issue 6) - -* Fixed template block inheritance bug (issues 77 and 97). - -* Fixed flash of unstyled toolbar. - -* Updated to work with old TEMPLATE_LOADERS settings from < 1.2. - -* Updated to stop template loader iteration when template is found. - - -(Note: NEWS was started after the 0.8.3 release and is not complete) - |
