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 <chrisngyn99@gmail.com>
  • Loading branch information
2 people authored and davidism committed Aug 1, 2020
1 parent 710ac0d commit 2e2e1ed
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 @@ -27,6 +27,11 @@ Unreleased
instead of PyOpenSSL. :pr:`3492`
- When specifying a factory function with ``FLASK_APP``, keyword
argument can be passed. :issue:`3553`
- 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.2
Expand Down
Loading

0 comments on commit 2e2e1ed

Please sign in to comment.