aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/views.py
Commit message (Expand)AuthorAgeFilesLines
* PDFTemplateResponse.convert_to_pdf() calls wkhtmltopdf.Simon Law2012-07-251-5/+18
* MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()Simon Law2012-07-251-17/+46
* Cleanups and documentation.Simon Law2012-07-241-3/+10
* PDFTemplateView actually renders headers and footers now.Simon Law2012-07-241-1/+4
* PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdfSimon Law2012-07-241-15/+45
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-35/+139
* PDFResponse is more robust:Simon Law2012-07-231-5/+11
* Use warnings.warn instead of raising PendingDeprecationWarnings.Simon Law2012-07-201-6/+7
* Pass around args and kwargs in PDFResponseGeorge Hickman2012-05-211-5/+6
* Only set 'Content-Disposition' header if filename is setGeorge Hickman2012-05-211-2/+4
* Don't remove tmp files before they're used.George Hickman2012-05-211-6/+12
* Fixed remote images in pdfJames Turnbull2012-03-091-2/+6
* Use get_template_names() to get templatesJames Turnbull2012-03-091-1/+1
* 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