Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add universal wheel distribution file | Matt Lenc | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | Correct Python versions in Readme | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Law is tricky, kids | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Add apt-get update for Travis | Matt Lenc | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | Move pwd to before_install section | Matt Lenc | 2014-06-18 | 1 | -6/+5 |
| | | | | C'mon Travis! | ||||
* | Double quotes for install cmds | Matt Lenc | 2014-06-18 | 1 | -9/+9 |
| | |||||
* | Travis does not like before_install? | Matt Lenc | 2014-06-18 | 1 | -2/+2 |
| | |||||
* | [ci skip] Update changelog | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Move the wkhtmltopdf install process to .travis | Matt Lenc | 2014-06-18 | 2 | -14/+11 |
| | |||||
* | Debug part II | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Debug | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | colour-runner dependency doesn't work on py2.6 | Matt Lenc | 2014-06-18 | 2 | -7/+1 |
| | | | | DAMN IT | ||||
* | [ci skip] Bump to 2.0.0 | Matt Lenc | 2014-06-18 | 2 | -2/+2 |
| | |||||
* | Make teh tests run right | Matt Lenc | 2014-06-18 | 6 | -38/+53 |
| | | | | Because Django 1.6 and other fireworks. | ||||
* | Add notes for 0.2.0 release | Matt Lenc | 2014-06-18 | 1 | -4/+12 |
| | |||||
* | yml is hard | Matt Lenc | 2014-06-18 | 1 | -2/+2 |
| | |||||
* | Fix env for travis | Matt Lenc | 2014-06-18 | 1 | -5/+5 |
| | |||||
* | Support moar Django | Matt Lenc | 2014-06-18 | 2 | -2/+11 |
| | | | | The future is now ;] | ||||
* | Tweak classifiers | Matt Lenc | 2014-06-18 | 1 | -3/+3 |
| | |||||
* | Update setup.py | Matt Lenc | 2014-06-18 | 2 | -4/+18 |
| | |||||
* | Update test reqs for Django with py3k support | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | | | | | In near future we should support moar Djangos (and using Travis for this). | ||||
* | [ci skip] Update README | Matt Lenc | 2014-06-18 | 1 | -4/+5 |
| | |||||
* | Update .travis for Python3 | Matt Lenc | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | Add support for Python3 | Matt Lenc | 2014-06-18 | 3 | -30/+43 |
| | |||||
* | Merge pull request #45 from luzfcb/update-wkhtmltopdf | Maciek Lenc | 2014-03-19 | 6 | -9/+30 |
|\ | | | | | Update wkhtmltopdf binary and update README.rst | ||||
| * | increase version of django-wkhtmltopdf | Fabio C. Barrionuevo da Luz | 2014-03-11 | 1 | -1/+1 |
| | | |||||
| * | updated README.rst informations to include a official site of wkhtmltopdf ↵ | Fabio C. Barrionuevo da Luz | 2014-03-11 | 2 | -2/+13 |
| | | | | | | | | and oficial repository on github | ||||
| * | move tests from Makefile to run_tests.sh | Fabio C. Barrionuevo da Luz | 2014-03-11 | 2 | -1/+7 |
| | | |||||
| * | update wkhtmltopdf binary to 0.12.0 version on before_script.sh | Fabio C. Barrionuevo da Luz | 2014-03-11 | 1 | -5/+9 |
|/ | |||||
* | Bump version to 1.2.2v1.2.2 | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | mattack108 | 2013-09-20 | 1 | -0/+12 |
| | |||||
* | Merge pull request #41 from incuna/fix-tests | George Hickman | 2013-09-20 | 4 | -9/+16 |
|\ | | | | | Fix tests on Travis | ||||
| * | Remove debug print because TESTS PASS | mattack108 | 2013-09-20 | 1 | -1/+0 |
| | | |||||
| * | Move it move | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Add SECRET_KEY to settings | mattack108 | 2013-09-20 | 1 | -0/+2 |
| | | |||||
| * | symlink is probably required | mattack108 | 2013-09-20 | 1 | -1/+2 |
| | | |||||
| * | Are you 64bit now, Travis? | mattack108 | 2013-09-20 | 1 | -7/+4 |
| | | |||||
| * | Moar debugz | mattack108 | 2013-09-20 | 1 | -2/+4 |
| | | |||||
| * | Debug | mattack108 | 2013-09-20 | 1 | -0/+1 |
| | | |||||
| * | Fix command for installing wkhtmltopdf because Travis upgraded to latest OS ↵ | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | | | | | | | | where aptitude is not available | ||||
| * | Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars. | mattack108 | 2013-09-20 | 3 | -4/+9 |
|/ | |||||
* | Bump version to 1.2.1v1.2.1 | George Hickman | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #40 from gmcguire/master | George Hickman | 2013-09-20 | 1 | -5/+8 |
|\ | | | | | Test sys.stderr to ensure it hasn't been overridden | ||||
| * | Test sys.stderr to ensure it hasn't been overridden | Greg McGuire | 2013-08-02 | 1 | -5/+8 |
|/ | |||||
* | Merge pull request #30 from dericcrago/patch-1 | Marc Tamlyn | 2013-01-19 | 1 | -1/+1 |
|\ | | | | | Update docs/usage.rst | ||||
| * | Update docs/usage.rst | Deric Crago | 2013-01-18 | 1 | -1/+1 |
|/ | | | I think it should be ``wkhtmltopdf`` and not ``django_wkhtmltopdf`` | ||||
* | Bumped version to 1.2v1.2 | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG with latest changes | mattack108 | 2013-01-17 | 1 | -5/+19 |
| | |||||
* | Merge pull request #29 from incuna/travis-setup | James Turnbull | 2013-01-17 | 4 | -0/+25 |
|\ | | | | | Add travis for testing | ||||
| * | Remove url param for Travis status widget | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | |