forked from orbit-oss/flask
Added make_response
This commit is contained in:
parent
e20534dbf5
commit
6fc1492357
5 changed files with 65 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -26,6 +26,8 @@ Release date to be announced, codename to be decided.
|
|||
- the endpoint for the :meth:`flask.Module.add_url_rule` method
|
||||
is now optional to be consistent with the function of the
|
||||
same name on the application object.
|
||||
- added a :func:`flask.make_response` function that simplifies
|
||||
creating response object instances in views.
|
||||
|
||||
Version 0.5.2
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue