HttpResponse.status_code
The HTTP status code for the response.
Changed in Django 1.9:
Unless reason_phrase
is explicitly set, modifying the value of status_code
outside the constructor will also modify the value of reason_phrase
.
Please login to continue.