forked from orbit-oss/flask
use ast to parse FLASK_APP
enables keyword arguments to factory functions
This commit is contained in:
parent
0d04b40d13
commit
ff2f71379b
4 changed files with 67 additions and 40 deletions
|
|
@ -25,6 +25,8 @@ Unreleased
|
|||
200 OK and an empty file. :issue:`3358`
|
||||
- When using ad-hoc certificates, check for the cryptography library
|
||||
instead of PyOpenSSL. :pr:`3492`
|
||||
- When specifying a factory function with ``FLASK_APP``, keyword
|
||||
argument can be passed. :issue:`3553`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue