0.11 => 1.0

This commit is contained in:
Markus Unterwaditzer 2015-06-06 03:29:44 +02:00
parent 2cd1824de5
commit a19c2397e7
3 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ class Request(RequestBase):
is considered to include JSON data if the mimetype is
:mimetype:`application/json` or :mimetype:`application/*+json`.
.. versionadded:: 0.11
.. versionadded:: 1.0
"""
mt = self.mimetype
if mt == 'application/json':