Ticket #4360: testing.diff

File testing.diff, 822 bytes (added by John Shaffer <jshaffer2112@…>, 17 years ago)

tiny patch

  • testing.txt

     
    309309    ``status_code``  The HTTP status of the response. See RFC2616_ for a
    310310                     full list of HTTP status codes.
    311311
     312    ``headers``      The HTTP headers of the response. This is a dictionary.
     313
    312314    ``content``      The body of the response. This is the final page
    313                      content as rendered by the view, or any error message
    314                      (such as the URL for a 302 redirect).
     315                     content as rendered by the view, or any error message.
    315316
    316317    ``template``     The Template instance that was used to render the final
    317318                     content. Testing ``template.name`` can be particularly
Back to Top