We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba439b commit 6479ad3Copy full SHA for 6479ad3
NEWS
@@ -1,8 +1,20 @@
1
News for django-debug-toolbar
2
=============================
3
4
-develop branch
5
---------------
+0.8.5 (2011 Apr 25)
+-------------------
6
+
7
+* Ensure if we're overriding the urlconf that we're resetting handler404/500.
8
9
+* Updated middleware logic to avoid work if content-type isn't right.
10
11
+* Change .load() calls to GET to avoid CSRF protection.
12
13
+* Updated SQL panel to match Django's which now includes logging.
14
15
+* Added basic multi-db support.
16
17
+* Some HTML validation fixes.
18
19
* Added support for `executemany`. Thanks to postal2600.
20
debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 8, 4)
+VERSION = (0, 8, 5)
__version__ = '.'.join(map(str, VERSION))
0 commit comments