forked from orbit-oss/flask
Added support for _method to url_for()
This commit is contained in:
parent
61a95196ac
commit
f52e7a9dc9
3 changed files with 33 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue