Commit Graph
5 Commits
Author SHA1 Message Date
bool.dev bda55fa093 Added handling of special arguments to url_for.
The args: _external, _anchor, _method are ignored,
and _scheme can be used for per url scheme overriding of the config setting.
Added corresponding tests, and doc.
2015-11-20 19:01:05 +05:30
Franklyn Tackitt bd944e13b9 Fix tests 2015-10-08 13:49:47 -07:00
SunDwarf da771c6be7 Use coverage scripts. 2015-08-29 14:20:09 +01:00
SunDwarf cbd2140644 Prevent url_for from building when app.testing is True/existing.
Closes #23.
2015-08-28 19:52:41 +01:00
SunDwarf d1f544adf6 Add Python 3 support, and merge #38. 2015-08-28 18:09:26 +01:00