Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PDFTemplateResponse and PDFTemplateView now match Django's implementations | Simon Law | 2012-07-24 | 1 | -0/+2 |
| | | | | | | | | | PDFTemplateResponse is like TemplateResponse in that it does dynamic rendering of a template on the fly. PDFTemplateView has a much smaller implementation, relying on PDFTemplateResponse to do the rendering for it. It also knows about the standard TemplateResponse when it needs to render the HTML version. | ||||
* | Test translation to temp file. | Marc Tamlyn | 2012-01-16 | 1 | -0/+7 |