Don't set the cli attribute in the sansio scaffold
It is (currently) Flask specific and hence cannot be shared in the sansio shared code.
This commit is contained in:
parent
adb7dd99c2
commit
5fdce4c331
5 changed files with 54 additions and 12 deletions
|
|
@ -6,6 +6,8 @@ Unreleased
|
|||
- The default ``hashlib.sha1`` may not be available in FIPS builds. Don't
|
||||
access it at import time so the developer has time to change the default.
|
||||
:issue:`5448`
|
||||
- Don't initialize the ``cli`` attribute in the sansio scaffold, but rather in
|
||||
the ``Flask`` concrete class. :pr:`5270`
|
||||
|
||||
|
||||
Version 3.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue