forked from orbit-oss/flask
add exclude-patterns option to flask run
This commit is contained in:
parent
e06dad62f6
commit
beae1249f7
3 changed files with 33 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ Unreleased
|
|||
load command entry points. :issue:`4419`
|
||||
- Overriding ``FlaskClient.open`` will not cause an error on redirect.
|
||||
:issue:`3396`
|
||||
- Add an ``--exclude-patterns`` option to the ``flask run`` CLI
|
||||
command to specify patterns that will be ignored by the reloader.
|
||||
:issue:`4188`
|
||||
|
||||
|
||||
Version 2.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue