Skip to content

Commit

Permalink
Bumped version and updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Apr 25, 2011
1 parent 1ba439b commit 6479ad3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions NEWS
@@ -1,8 +1,20 @@
News for django-debug-toolbar
=============================

develop branch
--------------
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.

Expand Down
2 changes: 1 addition & 1 deletion debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 8, 4)
VERSION = (0, 8, 5)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 6479ad3

Please sign in to comment.