Worked around a werkzeug bug with redirects

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
Armin Ronacher 2011-06-29 18:31:48 +02:00
parent c84e1f7855
commit 988143b07b
3 changed files with 22 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Version 0.7.1
Bugfix release, release date to be decided.
- Added missing future import that broke 2.5 compatibility.
- Fixed an infinite redirect issue with blueprints.
Version 0.7
-----------