Skip to content

Commit

Permalink
Add json field to WSGIRequest proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnjk committed Mar 9, 2017
1 parent f0655cc commit 5aa474a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
class WSGIRequest(WSGIRequestOriginal):
status_code = None
content = ''
json = None

0 comments on commit 5aa474a

Please sign in to comment.