aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
Commit message (Expand)AuthorAgeFilesLines
* 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
* First try py3k then fall back to python2Matt Lenc2014-06-182-6/+6
* colour-runner dependency doesn't work on py2.6Matt Lenc2014-06-181-6/+1
* [ci skip] Bump to 2.0.0Matt Lenc2014-06-181-1/+1
* Make teh tests run rightMatt Lenc2014-06-182-30/+43
* Support moar DjangoMatt Lenc2014-06-181-1/+0
* Update test reqs for Django with py3k supportMatt Lenc2014-06-181-1/+1
* Add support for Python3Matt Lenc2014-06-183-30/+43
* increase version of django-wkhtmltopdfFabio C. Barrionuevo da Luz2014-03-111-1/+1
* Bump version to 1.2.2v1.2.2mattack1082013-09-201-1/+1
* Add SECRET_KEY to settingsmattack1082013-09-201-0/+2
* Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars.mattack1082013-09-201-2/+3
* Bump version to 1.2.1v1.2.1George Hickman2013-09-201-1/+1
* Test sys.stderr to ensure it hasn't been overriddenGreg McGuire2013-08-021-5/+8
* Bumped version to 1.2v1.2mattack1082013-01-171-1/+1
* Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setupmattack1082013-01-165-225/+211
|\
| * Remove unwanted settings vars from test projectmattack1082013-01-151-4/+0
| * DRY on testsmattack1082013-01-151-140/+43
| * Fix tests and add new ones for show_content_in_browser featuremattack1082013-01-153-176/+264
| * Move make_absolute_paths to utils so it can be used in testsmattack1082013-01-152-37/+39
| * 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
* | Move requirements file to test project, update travis.ymlmattack1082013-01-151-0/+1
|/