always warn on blueprint setupmethod after registration

This commit is contained in:
Chris Hallacy 2022-05-02 11:33:29 -06:00 committed by David Lord
parent ca8e6217fe
commit eb36135cfe
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 11 additions and 5 deletions

View file

@ -16,6 +16,10 @@ Unreleased
- Refactor ``register_error_handler`` to consolidate error checking.
Rewrite some error messages to be more consistent. :issue:`4559`
- Use Blueprint decorators and functions intended for setup after
registering the blueprint will show a warning. In the next version,
this will become an error just like the application setup methods.
:issue:`4571`
Version 2.1.2