aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
Commit message (Expand)AuthorAgeFilesLines
* Add a test for unicode.Marc Tamlyn2012-08-312-0/+41
* Pass --encoding utf8 to wkhtmltopdf to render Unicode characters to PDF.Simon Law2012-08-301-0/+3
* Merge with incunaSimon Law2012-08-2313-295/+39
|\
| * Bump to full 1.0 version.v1.0Marc Tamlyn2012-08-061-1/+1
| * Update version to rc2.Marc Tamlyn2012-08-031-1/+1
| * Move tests into wkhtmltopdf.tests.*Marc Tamlyn2012-08-036-3/+28
| * .html default suffix for render_to_temporary_fileMarc Tamlyn2012-07-271-1/+1
| * Update version to 1.0-rc1.v1.0-rc1Marc Tamlyn2012-07-271-2/+1
| * Move the testproject out of the main folder.Marc Tamlyn2012-07-277-193/+0
| * Update tests to remove deprecateded functions.Marc Tamlyn2012-07-271-20/+16
| * Tidy up imports.Marc Tamlyn2012-07-271-4/+1
| * Remove more deprecated stuff and tests for them.Marc Tamlyn2012-07-272-41/+0
| * Don't override builtins by importing.Marc Tamlyn2012-07-271-2/+2
| * Remove deprecated methods/views.Marc Tamlyn2012-07-271-39/+0
| * Fix typo in docstring.Charlie Denton2012-07-271-1/+1
* | Fix encoding issues ini PDFTemplateResponse.render_to_temporary_file()Simon Law2012-08-231-1/+2
|/
* Python 2.6 compatibility fixes.Simon Law2012-07-262-11/+11
* settings.WKHTMLTOPDF_DEBUG defaults to settings.DEBUG.Simon Law2012-07-251-1/+1
* PDFTemplateResponse.convert_to_pdf() calls wkhtmltopdf.Simon Law2012-07-251-5/+18
* 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-253-23/+98
* 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-243-15/+79
* Move testproject to wkhtmltopdf._testproject.Simon Law2012-07-248-2/+195
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-243-38/+307
* PDFResponse is more robust:Simon Law2012-07-233-6/+82
* Remove extraneous StringIO import.Simon Law2012-07-201-1/+0
* Use warnings.warn instead of raising PendingDeprecationWarnings.Simon Law2012-07-202-6/+29
* 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-202-20/+73
* wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.Simon Law2012-07-202-11/+49
* test_wkhtmltopdf tests that wkhtmltopdf generates a PDF.Simon Law2012-07-201-1/+13
* test_template_to_temp_file tries to clean up after itself.Simon Law2012-07-201-5/+13
* Bump version to 0.3George Hickman2012-05-211-3/+3
* 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
* Bumped versionJames Turnbull2012-03-091-1/+1
* Fixed remote images in pdfJames Turnbull2012-03-091-2/+6
* Bumped version to 0.2.1v0.2.1James Turnbull2012-03-091-1/+1
* Be clear with template_to_temp_file's argumentsJames Turnbull2012-03-091-2/+2
* Use get_template_names() to get templatesJames Turnbull2012-03-091-1/+1
* Bump version to 0.2v0.2Charlie Denton2012-02-241-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