diff options
| author | Rob Hudson | 2010-11-08 15:41:25 -0800 |
|---|---|---|
| committer | Rob Hudson | 2010-11-08 15:41:25 -0800 |
| commit | 8cb8abae8cec44909947dbe54e1ed644deeecbd6 (patch) | |
| tree | 4b5ed43a7a262b9e5f7434a26ee3c5e453941692 /NEWS | |
| parent | ee1811238e91ae0ad33413b0d40d2f8482101951 (diff) | |
| parent | ecfff96d5894aa9ad505149b9c26c9647d5af4e0 (diff) | |
| download | django-debug-toolbar-8cb8abae8cec44909947dbe54e1ed644deeecbd6.tar.bz2 | |
Merge branch 'release/0.8.4'0.8.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +News for django-debug-toolbar +============================= + +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) + |
