aboutsummaryrefslogtreecommitdiffstats
path: root/testproject
Commit message (Collapse)AuthorAgeFilesLines
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-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 Tamlyn2012-01-162-0/+12
|
* Add a testproject and empty tests file.Marc Tamlyn2012-01-165-0/+179