Always register URL rules. This fixes #81

This commit is contained in:
Armin Ronacher 2010-07-13 23:14:53 +02:00
parent 6e52355eb3
commit ed16ae2183
3 changed files with 13 additions and 8 deletions

View file

@ -13,6 +13,10 @@ Release date to be announced, codename to be decided.
- OPTIONS is now automatically implemented by Flask unless the
application explictly adds 'OPTIONS' as method to the URL rule.
In this case no automatic OPTIONS handling kicks in.
- static rules are now even in place if there is no static folder
for the module. This was implemented to aid GAE which will
remove the static folder if it's part of a mapping in the .yml
file.
Version 0.5.1
-------------