Added _external support to url_for

This commit is contained in:
Armin Ronacher 2010-05-02 19:10:44 +02:00
parent a7266ffb90
commit 75461c1467
3 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Version 0.2
- :meth:`~flask.Flask.add_url_rule` can now also register a
view function.
- server listens on 127.0.0.1 by default now to fix issues with chrome.
- added external URL support.
Version 0.1
-----------