Freedom Dumlao

Results 4 comments of Freedom Dumlao

Interesting. I presume that the endpoints used by `url_for` will be similarly corrupted. I'll write a test case up and see if I can't get a fix out for this.

This is great. Let me play with it just a bit and add some tests specifically for it.

After the Python 3 changes (pretty substantial changes were needed) this will need to be modified. I think the general idea is still the right way to do it though....

Basically a more sophisticated routing system is needed. Right now, when you register a `FlaskView` all the routes are registered with the app (or blueprint) instance at that time. In...