Skip to content

Commit 6479ad3

Browse files
committed
Bumped version and updated NEWS
1 parent 1ba439b commit 6479ad3

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

NEWS

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
News for django-debug-toolbar
22
=============================
33

4-
develop branch
5-
--------------
4+
0.8.5 (2011 Apr 25)
5+
-------------------
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.
618

719
* Added support for `executemany`. Thanks to postal2600.
820

debug_toolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 8, 4)
1+
VERSION = (0, 8, 5)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)