Skip to content

Commit 5aa474a

Browse files
committed
Add json field to WSGIRequest proxy
1 parent f0655cc commit 5aa474a

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)