Merge pull request #3114 from jpadilla/master

Fix custom parser example
This commit is contained in:
Xavier Ordoquy 2015-07-06 10:22:09 +02:00
commit b24741ae89

View File

@ -147,7 +147,6 @@ The following is an example plaintext parser that will populate the `request.dat
"""
Plain text parser.
"""
media_type = 'text/plain'
def parse(self, stream, media_type=None, parser_context=None):