Changelog for django-wkhtmltopdf ================================ 1.0.1 ----- * Fixed a bug with unicode characters. 1.0 --- * Refactor of the PDFTemplateView to expose more options as class attributes * Addition/restructuring of several settings: `WKHTMLTOPDF_CMD`, `WKHTMLTOPDF_CMD_OPTIONS`, `WKHTMLTOPDF_DEBUG`, `WKHTMLTOPDF_ENV` * Reliable methods of passing command line arguments to the binary * Add compatibility by default with `staticfiles` and `django-compressor` 0.3 --- * Fix a bug where temporary files were removed before the PDF was generated when using the header & footer options. * Only set the `Content-Disposition` header in the response if `filename` is set. * Added a Makefile for deployments. * Added 2.6 requirement to the README. 0.2.2 ----- * Create a request context if one hasn't been passed into the view. 0.2.1 ----- * Use `get_template_names()` for extra extensibility. * Be clear with `template_to_temp_file`'s arguments. 0.2 --- * Added option for orientation. Defaults to 'portrait', can be 'landscape'. * Deprecated PdfTemplateView in preference of PDFTemplateView. * Deprecated PdfResponse in preference of PDFResponse. * Made PDFResponse more extensible. 0.1.1 -----