forked from orbit-oss/flask
Simplify flask.cli.main
Werkzeug>=0.15's reloader now properly detects `python -m module`. Fixes #3022
This commit is contained in:
parent
5a49b96d0e
commit
e0afff0e92
2 changed files with 4 additions and 17 deletions
|
|
@ -33,6 +33,9 @@ Unreleased
|
|||
moved into Werkzeug. Use Werkzeug's version with Flask-specific
|
||||
support. This bumps the Werkzeug dependency to >= 0.15.
|
||||
:issue:`3125`
|
||||
- The ``flask`` command entry point is simplified to take advantage
|
||||
of Werkzeug 0.15's better reloader support. This bumps the Werkzeug
|
||||
dependency to >= 0.15. :issue:`3022`
|
||||
|
||||
.. _#2935: https://github.com/pallets/flask/issues/2935
|
||||
.. _#2957: https://github.com/pallets/flask/issues/2957
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue