Merge branch '2.2.x'

This commit is contained in:
David Lord 2023-01-20 13:50:23 -08:00
commit ef85270d9a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 97 additions and 7 deletions

View file

@ -92,8 +92,8 @@ class View:
:attr:`init_every_request` to ``False``, the same instance will
be used for every request.
The arguments passed to this method are forwarded to the view
class ``__init__`` method.
Except for ``name``, all other arguments passed to this method
are forwarded to the view class ``__init__`` method.
.. versionchanged:: 2.2
Added the ``init_every_request`` class attribute.