aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/utils.py
Commit message (Expand)AuthorAgeFilesLines
* settings.WKHTMLTOPDF_ENV can override environment variables.Simon Law2012-07-251-1/+6
* MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()Simon Law2012-07-251-0/+6
* PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdfSimon Law2012-07-241-0/+8
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-0/+55
* PDFResponse is more robust:Simon Law2012-07-231-0/+30
* settings.WKHTMLTOPDF_CMD_OPTIONS sets default command-line options.Simon Law2012-07-201-3/+6
* settings.WKHTMLTOPDF_CMD is loaded on-the-fly, not at the module level.Simon Law2012-07-201-3/+2
* Reliable command-line argument parsing for wkhtmltopdf().Simon Law2012-07-201-18/+37
* wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.Simon Law2012-07-201-11/+5
* Be clear with template_to_temp_file's argumentsJames Turnbull2012-03-091-2/+2
* Refactor the main render method into a class based viewGeorge Hickman2011-10-301-30/+1
* Code cleanupGeorge Hickman2011-10-301-3/+4
* Use with for file usageGeorge Hickman2011-10-301-6/+7
* Removed unised importv0.1.1Max Peterson2011-09-061-1/+0
* Added smart_strMax Peterson2011-09-061-1/+3
* fixed some bugs, added filename supportCharlie Denton2011-07-251-4/+10
* Added as newMax Peterson2011-07-081-0/+88