Skip to content

Commit 4241d9d

Browse files
shawnjkatodorov
authored andcommitted
Add json field to WSGIRequest proxy
Original PR: pylint-dev#92
1 parent d1e3663 commit 4241d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint_django/transforms/transforms/django_core_handlers_wsgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
class WSGIRequest(WSGIRequestOriginal):
55
status_code = None
66
content = ''
7+
json = None

0 commit comments

Comments
 (0)