Ticket #4360: testing.diff
File testing.diff, 822 bytes (added by , 17 years ago) |
---|
-
testing.txt
309 309 ``status_code`` The HTTP status of the response. See RFC2616_ for a 310 310 full list of HTTP status codes. 311 311 312 ``headers`` The HTTP headers of the response. This is a dictionary. 313 312 314 ``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. 315 316 316 317 ``template`` The Template instance that was used to render the final 317 318 content. Testing ``template.name`` can be particularly