add exclude-patterns option to flask run

This commit is contained in:
Mickaël Guérin 2021-07-06 13:32:45 +02:00 committed by David Lord
parent e06dad62f6
commit beae1249f7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 33 additions and 1 deletions

View file

@ -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