aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
Commit message (Expand)AuthorAgeFilesLines
* Fix env testHEADmasterFilipp Lepalaan2017-01-271-1/+1
* Fix reference to subprocessFilipp Lepalaan2017-01-271-1/+1
* CleanupFilipp Lepalaan2017-01-271-4/+2
* Don't mess with stderrFilipp Lepalaan2017-01-271-7/+0
* Keep the ignore_404 flag in envFilipp Lepalaan2017-01-271-6/+9
* Make ContentNotFoundError optionalFilipp Lepalaan2017-01-273-45/+89
* Bump version from 3.0.0 to 3.1.0v3.1.0Kevin Etienne2016-08-311-1/+1
* Fix typo in comment.Brian Buck2016-08-241-1/+1
* Use the built-in Django tags for getting static and other media.Brian Buck2016-08-241-2/+3
* Configure settings in `tests/run.py` for Django 1.10+Brian Buck2016-08-241-0/+9
* Remove kwarg `current_app=None`. It does not appear to do anything and breaks...Brian Buck2016-08-101-1/+0
* Test rendered file deletion or persistence for both debug options.Josh2016-03-031-5/+22
* Add test for temporary file is closed/deleted.Josh2016-03-021-1/+25
* Pass filename as string instead of a list. Modify comment to explain.Josh2016-03-021-3/+3
* Remove extraneous try/except. Revert test run script changes, but set DEBUG=F...Josh2016-02-262-40/+24
* Fix premature file delete on DEBUG=False. Modify test runner to check both DE...Josh2016-02-262-42/+64
* Refactor to better support multiple pages.Josh2016-02-251-34/+47
* Merge pull request #99 from pauricthelodger/bytes-errorMax Peterson2016-02-192-4/+18
|\
| * Fix py26 bug and copypasta errorPadraic Harley2016-01-291-2/+2
| * Assert once but get the filename from the ImportErrorPadraic Harley2016-01-291-8/+8
| * Fix unidecode bytes error on python2Padraic Harley2015-12-182-6/+20
* | Remove dependency on Django template engineRyan Kaskel2016-02-173-10/+24
|/
* Release v3.0.0v3.0.0Ian Foote2015-12-031-1/+1
* Update CHANGELOG and version.v2.1.0Max Peterson2015-12-011-1/+1
* Merge pull request #95 from johnraz/extract-logicMax Peterson2015-12-013-100/+109
|\
| * Extracted logic from views - fixed tests.Jonathan Liuti2015-12-013-100/+109
* | Merge pull request #72 from ghost/masterMax Peterson2015-12-011-1/+1
|\ \
| * | fix #71Daniel Gatis Carrazzoni2015-01-051-1/+1
* | | Merge pull request #97 from powderflask/masterMax Peterson2015-12-011-1/+2
|\ \ \ | |_|/ |/| |
| * | Update utils.pyJoseph2015-11-261-1/+1
| * | Update utils.pyJoseph2015-11-261-1/+2
* | | Enable tests to run with Django >= 1.7 and silence warningsTim Bell2015-10-211-0/+12
|/ /
* | Bump versionv2.0.3James Turnbull2015-07-311-1/+1
* | Merge pull request #85 from powderflask/masterJames Turnbull2015-07-311-2/+7
|\ \
| * | Patch python3 / mod_wsgi incompatibility on sys.stderrr.fileno() callJoseph2015-07-281-1/+6
| * | Skip absolute path substitution where STATIC or MEDIA URL is not setJoseph2015-07-161-1/+1
| |/
* / WKHTMLTOPDF_CMD is properly split by the shlex module split() which properly ...Brantley Harris2015-06-221-1/+2
|/
* Change the wkhtmltopdf urlDaniel Duong2014-10-271-1/+1
* Merge branch 'master' of github.com:incuna/django-wkhtmltopdfMatt Lenc2014-09-012-10/+40
|\
| * 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
| * Makes tests.py lines 80 columns max.Michel Sabchuk2014-09-011-4/+10
| * Replace smart_str with smart_text/unicode for py2.x compat.Michel Sabchuk2014-09-011-2/+5
| * Makes unicode content views testing fails too.Michel Sabchuk2014-09-011-5/+18
| * Add failing test of unicode content.Michel Sabchuk2014-09-011-0/+11
* | Bump to v2.0.2v2.0.2Matt Lenc2014-09-011-1/+1
|/
* Bump to 2.0.1v2.0.1Matt Lenc2014-07-031-1/+1
* Aligned test to code update.Paolo Melchiorre2014-07-031-4/+1
* 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-192-3/+5