Skip to content

Commit

Permalink
added correct deprecation note for Request.payload
Browse files Browse the repository at this point in the history
  • Loading branch information
mind1m committed Jan 19, 2015
1 parent a6af6f2 commit b4f503a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ first positional parameter.

Read-only property.

.. warning::
.. deprecated:: 0.15

Attribute :attr:`~Request.payload` is deprecated, please use
:attr:`~Request.content` instead.
Use :attr:`~Request.content` instead.

.. attribute:: content_type

Expand Down

0 comments on commit b4f503a

Please sign in to comment.