Ticket #11952: 11952.diff

File 11952.diff, 443 bytes (added by Tim Graham, 15 years ago)

document status_code attribute

  • docs/ref/request-response.txt

     
    462462    A normal Python string representing the content, encoded from a Unicode
    463463    object if necessary.
    464464
     465.. attribute:: HttpResponse.status_code
     466
     467    The `HTTP Status code`_ for the response.
     468
    465469Methods
    466470-------
    467471
Back to Top