Commit Graph

8 Commits

Author SHA1 Message Date
d1ffuz0r 8d330a368a fixed issue #524 2012-08-29 22:26:39 +04:00
Alex Vykalyuk 444698d42b Changed docstring according to docs. 2012-05-14 23:39:27 +03:00
Florent Xicluna a2eb5efcd8 few typos 2012-04-12 19:14:52 +03:00
Armin Ronacher 95c4dcb4d5 Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
Armin Ronacher 9691b7f0bf Deal with partially setup packages in the redirect hook. 2011-09-21 21:34:47 +02:00
Armin Ronacher 9a70e62b8d No longer swallow important import errors.
This implements a simple but elegant method to find out if an import
error can be swallowed to try the next module or if the import error is
important and must be reraised.
2011-09-21 03:47:36 +02:00
Armin Ronacher 7997bae5bb Explicitly activate compat module 2011-09-19 21:00:28 +02:00
Armin Ronacher e94416704d Added the flaskext_compat module to support flask.ext in 0.7 and earlier. 2011-09-18 15:03:35 +02:00