warn when registering same blueprint with same name
This commit is contained in:
parent
63b306743f
commit
9409be6e34
3 changed files with 34 additions and 17 deletions
|
|
@ -33,7 +33,8 @@ Unreleased
|
|||
- ``register_blueprint`` takes a ``name`` option to change the
|
||||
(pre-dotted) name the blueprint is registered with. This allows the
|
||||
same blueprint to be registered multiple times with unique names for
|
||||
``url_for``. :issue:`1091`
|
||||
``url_for``. Registering the same blueprint with the same name
|
||||
multiple times is deprecated. :issue:`1091`
|
||||
|
||||
|
||||
Version 2.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue