Worked around a werkzeug bug with redirects

This commit is contained in:
Armin Ronacher 2011-06-29 18:31:48 +02:00
parent c26a6dd50c
commit a101cfc35b
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
-----------