Add CHANGES entry and versionchanged entry to docstring
This commit is contained in:
parent
44c025f552
commit
986b92203a
2 changed files with 9 additions and 2 deletions
|
|
@ -867,6 +867,10 @@ class Flask(_PackageBoundObject):
|
|||
The `use_cookies` parameter was added as well as the ability
|
||||
to override the client to be used by setting the
|
||||
:attr:`test_client_class` attribute.
|
||||
|
||||
.. versionchanged:: 1.0
|
||||
Added `**kwargs` to support passing additional keyword arguments to
|
||||
the constructor of :attr:`test_client_class`.
|
||||
"""
|
||||
cls = self.test_client_class
|
||||
if cls is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue