forked from orbit-oss/flask
FlaskGroup can be nested
This commit is contained in:
parent
4f03a769d4
commit
aa801c431a
3 changed files with 36 additions and 10 deletions
|
|
@ -25,6 +25,9 @@ Unreleased
|
|||
- Added the ``View.init_every_request`` class attribute. If a view
|
||||
subclass sets this to ``False``, the view will not create a new
|
||||
instance on every request. :issue:`2520`.
|
||||
- A ``flask.cli.FlaskGroup`` Click group can be nested as a
|
||||
sub-command in a custom CLI. :issue:`3263`
|
||||
|
||||
|
||||
Version 2.1.3
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue