aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRob Hudson2011-04-25 11:26:21 -0700
committerRob Hudson2011-04-25 11:26:21 -0700
commit930f33bfe9526cc7b917853da473a358ec5fc071 (patch)
tree6580aaf0caf8a62d4bcf6c8bb7b2c60bfd7e73f4 /NEWS
parent8cb8abae8cec44909947dbe54e1ed644deeecbd6 (diff)
parent6479ad305ab763a5eceb68c8eb0806caa6b63f77 (diff)
downloaddjango-debug-toolbar-0.8.5.tar.bz2
Merge branch 'release/v0.8.5'v0.8.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03c8690..cd13405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,28 @@
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)
------------------