forked from orbit-oss/flask
use mro to collect methods
ignore methods attr unless explicitly set add changelog
This commit is contained in:
parent
0d9d3d8f92
commit
648344d4e8
2 changed files with 24 additions and 22 deletions
2
CHANGES
2
CHANGES
|
|
@ -24,8 +24,10 @@ Major release, unreleased
|
|||
- Add support for ``provide_automatic_options`` in ``add_url_rule`` to disable
|
||||
adding OPTIONS method when the ``view_func`` argument is not a class.
|
||||
(`#1489`_).
|
||||
- ``MethodView`` can inherit method handlers from base classes. (`#1936`_)
|
||||
|
||||
.. _#1489: https://github.com/pallets/flask/pull/1489
|
||||
.. _#1936: https://github.com/pallets/flask/pull/1936
|
||||
.. _#2017: https://github.com/pallets/flask/pull/2017
|
||||
.. _#2223: https://github.com/pallets/flask/pull/2223
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue