aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update setup.pyMatt Lenc2014-06-182-4/+18
|
* Update test reqs for Django with py3k supportMatt Lenc2014-06-181-1/+1
| | | | | In near future we should support moar Djangos (and using Travis for this).
* [ci skip] Update READMEMatt Lenc2014-06-181-4/+5
|
* Update .travis for Python3Matt Lenc2014-06-181-0/+2
|
* Add support for Python3Matt Lenc2014-06-183-30/+43
|
* Merge pull request #45 from luzfcb/update-wkhtmltopdfMaciek Lenc2014-03-196-9/+30
|\ | | | | Update wkhtmltopdf binary and update README.rst
| * increase version of django-wkhtmltopdfFabio C. Barrionuevo da Luz2014-03-111-1/+1
| |
| * updated README.rst informations to include a official site of wkhtmltopdf ↵Fabio C. Barrionuevo da Luz2014-03-112-2/+13
| | | | | | | | and oficial repository on github
| * move tests from Makefile to run_tests.shFabio C. Barrionuevo da Luz2014-03-112-1/+7
| |
| * update wkhtmltopdf binary to 0.12.0 version on before_script.shFabio C. Barrionuevo da Luz2014-03-111-5/+9
|/
* Bump version to 1.2.2v1.2.2mattack1082013-09-201-1/+1
|
* Update CHANGELOGmattack1082013-09-201-0/+12
|
* Merge pull request #41 from incuna/fix-testsGeorge Hickman2013-09-204-9/+16
|\ | | | | Fix tests on Travis
| * Remove debug print because TESTS PASSmattack1082013-09-201-1/+0
| |
| * Move it movemattack1082013-09-201-1/+1
| |
| * Add SECRET_KEY to settingsmattack1082013-09-201-0/+2
| |
| * symlink is probably requiredmattack1082013-09-201-1/+2
| |
| * Are you 64bit now, Travis?mattack1082013-09-201-7/+4
| |
| * Moar debugzmattack1082013-09-201-2/+4
| |
| * Debugmattack1082013-09-201-0/+1
| |
| * Fix command for installing wkhtmltopdf because Travis upgraded to latest OS ↵mattack1082013-09-201-1/+1
| | | | | | | | where aptitude is not available
| * Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars.mattack1082013-09-203-4/+9
|/
* Bump version to 1.2.1v1.2.1George Hickman2013-09-201-1/+1
|
* Merge pull request #40 from gmcguire/masterGeorge Hickman2013-09-201-5/+8
|\ | | | | Test sys.stderr to ensure it hasn't been overridden
| * Test sys.stderr to ensure it hasn't been overriddenGreg McGuire2013-08-021-5/+8
|/
* Merge pull request #30 from dericcrago/patch-1Marc Tamlyn2013-01-191-1/+1
|\ | | | | Update docs/usage.rst
| * Update docs/usage.rstDeric Crago2013-01-181-1/+1
|/ | | I think it should be ``wkhtmltopdf`` and not ``django_wkhtmltopdf``
* Bumped version to 1.2v1.2mattack1082013-01-171-1/+1
|
* Update CHANGELOG with latest changesmattack1082013-01-171-5/+19
|
* Merge pull request #29 from incuna/travis-setupJames Turnbull2013-01-174-0/+25
|\ | | | | Add travis for testing
| * Remove url param for Travis status widgetmattack1082013-01-171-1/+1
| |
| * Change file permissionmattack1082013-01-172-1/+1
| |
| * Update travis.ymlmattack1082013-01-172-2/+2
| |
| * Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setupmattack1082013-01-165-225/+211
| |\ | |/ |/|
* | Merge pull request #28 from incuna/downloading-optionJames Turnbull2013-01-165-225/+211
|\ \ | | | | | | Make PDF downloading an option
| * | 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
|/ /
| * Update travis with before_script.sh which install wkhtmltopdf for Travismattack1082013-01-152-5/+16
| |
| * Use correct markdown format (yes, it is RST here ;)mattack1082013-01-151-1/+2
| |
| * Update README with TravisCI build status widgetmattack1082013-01-151-0/+2
| |
| * Move requirements file to test project, update travis.ymlmattack1082013-01-152-2/+3
| |
| * Add requirements.txt and travis.yml files for Travis CI servicemattack1082013-01-152-0/+10
|/
* Add support for rendering PDF file in the browsermattack1082013-01-151-7/+16
|
* Merge pull request #21 from shadowrock/fix-extra-slashesJames Turnbull2013-01-101-1/+2
|\ | | | | Removed extra slashes so the local file paths work in Windows.