Django version: 3.1.4
Operating System: CentOS 7
--
Ticket URL: <https://code.djangoproject.com/ticket/32258>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Hasanul Islam
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32258#comment:1>
* status: assigned => closed
* resolution: => invalid
* component: HTTP handling => Documentation
* easy: 1 => 0
Comment:
`HttpResponse.status_code` exists and works as documented. `status` is not
an attribute of `HttpResponse` but an argument of
[https://docs.djangoproject.com/en/3.1/ref/request-
response/#django.http.HttpResponse.__init__ HttpResponse.__init__()].
--
Ticket URL: <https://code.djangoproject.com/ticket/32258#comment:2>