diff --git a/pylint_django/transforms/transforms/django_core_handlers_wsgi.py b/pylint_django/transforms/transforms/django_core_handlers_wsgi.py index f8c4ef37..b9e6df53 100644 --- a/pylint_django/transforms/transforms/django_core_handlers_wsgi.py +++ b/pylint_django/transforms/transforms/django_core_handlers_wsgi.py @@ -4,3 +4,4 @@ class WSGIRequest(WSGIRequestOriginal): status_code = None content = '' + json = None