Skip to content

Commit b4f503a

Browse files
committed
added correct deprecation note for Request.payload
1 parent a6af6f2 commit b4f503a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/web_reference.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,9 @@ first positional parameter.
145145

146146
Read-only property.
147147

148-
.. warning::
148+
.. deprecated:: 0.15
149149

150-
Attribute :attr:`~Request.payload` is deprecated, please use
151-
:attr:`~Request.content` instead.
150+
Use :attr:`~Request.content` instead.
152151

153152
.. attribute:: content_type
154153

0 commit comments

Comments
 (0)