templated-docs icon indicating copy to clipboard operation
templated-docs copied to clipboard

Generate PDF, MS Word and Excel documents from templates in Django

Results 23 templated-docs issues
Sort by recently updated
recently updated
newest added

Bumps [pip](https://github.com/pypa/pip) from 8.1.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.4 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

just i have added few comments.

* Templated-docs version: 0.3.1 * Python version: 3.5.2 * Operating System: ubuntu16.04 LTS or windows10 ### Description Error message: `raise LoKitInitializeError("Failed to initialize LibreOfficeKit") pylokit.lokit.LoKitInitializeError: Failed to initialize LibreOfficeKit` ###...

* Templated-docs version:0.3.1 * Python version: 3.7 * Django : 2.1 * Operating System: Debian (Docker image : python:3.7.3-stretch ) ### Description Im trying to pass fill_template('dashboard/report/word/invoice.odt', context, output_format='pdf') ###...

* Templated-docs version: 0.3.1 * Python version: 3.5 * Operating System: ubuntu 16.04 ### Description django 2.0.2 ### What I Did ``` does not generate files ... ;-/ even demo...

* Templated-docs version: 0.3.1 * Python version: 2.7.x * Operating System: Mac OSX 10.11 ### Description While trying to expand an ImageField inside a template, we don't get the image...

The setup.py explicitly lists Django from 1.8 to < 1.11 Is there anything specific this doesn't work with in 1.11, or is this simply a "we've never tested with 1.11"...