Skip to content

Commit

Permalink
extract common Flask/Blueprint API to Scaffold base class
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Nguyen <[email protected]>
  • Loading branch information
2 people authored and davidism committed Aug 1, 2020
1 parent 216d97c commit b146a13
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 495 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Unreleased
For example, this allows setting the ``Content-Type`` for
``jsonify()``. Use ``response.headers.extend()`` if extending is
desired. :issue:`3628`
- The ``Scaffold`` class provides a common API for the ``Flask`` and
``Blueprint`` classes. ``Blueprint`` information is stored in
attributes just like ``Flask``, rather than opaque lambda functions.
This is intended to improve consistency and maintainability.
:issue:`3215`


Version 1.1.x
Expand Down
Loading

0 comments on commit b146a13

Please sign in to comment.