added changes entry and versionchanged code docs
This commit is contained in:
parent
6ea01cb9a9
commit
225d94b44b
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Unreleased
|
||||||
Version 2.2.3
|
Version 2.2.3
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
- Added reset_blueprint method to prevent error and warning when using test-scoped app fixtures :issue:`#4786`
|
||||||
|
|
||||||
|
|
||||||
Version 2.2.2
|
Version 2.2.2
|
||||||
|
|
|
||||||
|
|
@ -472,6 +472,8 @@ class Blueprint(Scaffold):
|
||||||
def reset_blueprint(self):
|
def reset_blueprint(self):
|
||||||
"""Resets this blueprint. Clears registered child blueprints and
|
"""Resets this blueprint. Clears registered child blueprints and
|
||||||
set _got_registered_once flag to False
|
set _got_registered_once flag to False
|
||||||
|
|
||||||
|
.. versionchanged:: 2.2.3
|
||||||
"""
|
"""
|
||||||
self._blueprints = []
|
self._blueprints = []
|
||||||
self._got_registered_once = False
|
self._got_registered_once = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue