use mro to collect methods

ignore methods attr unless explicitly set
add changelog
This commit is contained in:
David Lord 2017-04-21 10:32:00 -07:00
parent 0d9d3d8f92
commit 648344d4e8
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 24 additions and 22 deletions

View file

@ -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