aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed remote images in pdfJames Turnbull2012-03-091-2/+6
| | | | If there's no context_instance (which seems to be the common case), make a Requestcontext and use that.
* Use get_template_names() to get templatesJames Turnbull2012-03-091-1/+1
| | | | | Rather than directly going to self.template_name use the get_template_names() function (which returns self.template_name if not overridden).
* Restore *args to PDFTemplateView.Charlie Denton2012-02-241-4/+2
|
* Fix a couple of daft mistakes.Charlie Denton2012-02-241-6/+7
|
* Add get_filename method.Charlie Denton2012-02-231-1/+4
|
* Made PDFTemplateView a little more extensible, and added orientation.Charlie Denton2012-02-231-12/+18
|
* Return super when called.Charlie Denton2012-02-231-1/+1
|
* Make PDFTemplateView use PDFResponse.Charlie Denton2012-02-231-1/+1
|
* Deprecate baDly cApitalised Views.Charlie Denton2012-02-231-2/+16
|
* Fix use of STATIC vs MEDIA urlGeorge Hickman2011-10-301-1/+1
|
* Refactor the main render method into a class based viewGeorge Hickman2011-10-301-0/+61
Use a PdfResponse to deal with the headers and response type. Make the margin_* and filename variables instance variables on the view with sane defaults.