FlaskGroup can be nested

This commit is contained in:
David Lord 2022-06-15 14:07:00 -07:00
parent 4f03a769d4
commit aa801c431a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 36 additions and 10 deletions

View file

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