From 247696e820dfe4535b3141d744129d654f9b6aea Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 22:06:13 +0100 Subject: Links to source files in docs --- docs/api-guide/responses.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api-guide/responses.md') diff --git a/docs/api-guide/responses.md b/docs/api-guide/responses.md index 38f6e8cb..6c279f17 100644 --- a/docs/api-guide/responses.md +++ b/docs/api-guide/responses.md @@ -1,3 +1,5 @@ + + # Responses > Unlike basic HttpResponse objects, TemplateResponse objects retain the details of the context that was provided by the view to compute the response. The final output of the response is not computed until it is needed, later in the response process. -- cgit v1.2.3