aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/views.py
Commit message (Expand)AuthorAgeFilesLines
* Remove kwarg `current_app=None`. It does not appear to do anything and breaks...Brian Buck2016-08-101-1/+0
* Remove dependency on Django template engineRyan Kaskel2016-02-171-0/+1
* Extracted logic from views - fixed tests.Jonathan Liuti2015-12-011-83/+9
* Rely only smart_text once django 1.4 also supports it.Michel Sabchuk2014-09-011-5/+1
* Being more explicit about the reason for smart_unicode.Michel Sabchuk2014-09-011-0/+1
* Replace smart_str with smart_text/unicode for py2.x compat.Michel Sabchuk2014-09-011-2/+5
* Removed mimetype from response for Django 1.7 compatibility. See https://docs...Paolo Melchiorre2014-07-021-4/+2
* Bring back the test assert for title in contentMatt Lenc2014-06-191-1/+2
* First try py3k then fall back to python2Matt Lenc2014-06-181-3/+3
* Add support for Python3Matt Lenc2014-06-181-6/+11
* Move make_absolute_paths to utils so it can be used in testsmattack1082013-01-151-37/+4
* Remove old unused arg from PDFTemplateResponse classmattack1082013-01-151-2/+1
* Remove double quotes from filename as it's done by content_disposition_filenamemattack1082013-01-151-3/+2
* Send good headers, in correct formatmattack1082013-01-151-2/+3
* PEP8 all the things!mattack1082013-01-151-12/+10
* Add support for rendering PDF file in the browsermattack1082013-01-151-7/+16
* Remove duplicates when replacing file pathsZach Gohr2013-01-091-2/+7
* Tidy up a bitmlen1082012-11-141-5/+9
* Fix paths for STATIC media filesmlen1082012-11-141-10/+27
* Match single/double quotes.mlen1082012-11-131-1/+1
* Use MEDIA_URL instead of hard-coded string.mlen1082012-11-131-1/+1
* Fix images path in PDFsmlen1082012-11-131-40/+16
* Merge with incunaSimon Law2012-08-231-42/+3
|\
| * .html default suffix for render_to_temporary_fileMarc Tamlyn2012-07-271-1/+1
| * Don't override builtins by importing.Marc Tamlyn2012-07-271-2/+2
| * Remove deprecated methods/views.Marc Tamlyn2012-07-271-39/+0
* | Fix encoding issues ini PDFTemplateResponse.render_to_temporary_file()Simon Law2012-08-231-1/+2
|/
* 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
* 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