Added support for _method to url_for()

This commit is contained in:
Armin Ronacher 2011-11-04 02:46:22 +01:00
parent 61a95196ac
commit f52e7a9dc9
3 changed files with 33 additions and 2 deletions

View file

@ -10,6 +10,8 @@ Relase date to be decided, codename to be chosen.
- The :func:`flask.url_for` function now can generate anchors to the
generated links.
- The :func:`flask.url_for` function now can also explicitly generate
URL rules specific to a given HTTP method.
- Logger now only returns the debug log setting if it was not set
explicitly.