index
:
django-wkhtmltopdf/.git
master
Django Wrapper to the PDF Renderer: wkhtmltopdf
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix py26 bug and copypasta error
Padraic Harley
2016-01-29
1
-2
/
+2
*
Assert once but get the filename from the ImportError
Padraic Harley
2016-01-29
1
-8
/
+8
*
Fix unidecode bytes error on python2
Padraic Harley
2015-12-18
2
-6
/
+20
*
Release v3.0.0
v3.0.0
Ian Foote
2015-12-03
1
-1
/
+1
*
Merge pull request #98 from incuna/v3
Ian Foote
2015-12-03
1
-3
/
+10
|
\
|
*
Update changelog for v3.0.0 release
Ian Foote
2015-12-03
1
-3
/
+10
|
/
*
Update CHANGELOG and version.
v2.1.0
Max Peterson
2015-12-01
2
-1
/
+11
*
Merge pull request #95 from johnraz/extract-logic
Max Peterson
2015-12-01
4
-100
/
+116
|
\
|
*
Extracted logic from views - fixed tests.
Jonathan Liuti
2015-12-01
4
-100
/
+116
*
|
Merge pull request #72 from ghost/master
Max Peterson
2015-12-01
1
-1
/
+1
|
\
\
|
*
|
fix #71
Daniel Gatis Carrazzoni
2015-01-05
1
-1
/
+1
*
|
|
Merge pull request #97 from powderflask/master
Max Peterson
2015-12-01
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update utils.py
Joseph
2015-11-26
1
-1
/
+1
|
*
|
Update utils.py
Joseph
2015-11-26
1
-1
/
+2
*
|
|
Merge pull request #94 from timb07/master
Max Peterson
2015-11-30
1
-0
/
+12
|
\
\
\
|
*
|
|
Enable tests to run with Django >= 1.7 and silence warnings
Tim Bell
2015-10-21
1
-0
/
+12
|
|
/
/
*
|
|
Merge pull request #89 from fanquake/patch-1
Max Peterson
2015-11-30
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Doc] Fix links to point to correct website
Michael
2015-09-17
1
-3
/
+3
|
/
/
*
|
Bump version
v2.0.3
James Turnbull
2015-07-31
2
-1
/
+8
*
|
README cleanup
James Turnbull
2015-07-31
1
-4
/
+4
*
|
Removed version from debug message
James Turnbull
2015-07-31
1
-1
/
+1
*
|
Merge pull request #85 from powderflask/master
James Turnbull
2015-07-31
1
-2
/
+7
|
\
\
|
*
|
Patch python3 / mod_wsgi incompatibility on sys.stderrr.fileno() call
Joseph
2015-07-28
1
-1
/
+6
|
*
|
Skip absolute path substitution where STATIC or MEDIA URL is not set
Joseph
2015-07-16
1
-1
/
+1
|
|
/
*
|
Merge pull request #83 from DeadWisdom/master
James Turnbull
2015-07-31
1
-1
/
+2
|
\
\
|
*
|
WKHTMLTOPDF_CMD is properly split by the shlex module split() which properly ...
Brantley Harris
2015-06-22
1
-1
/
+2
|
|
/
*
|
Merge pull request #77 from dduong42/patch-2
James Turnbull
2015-07-31
1
-0
/
+5
|
\
\
|
*
|
Add documentation link to the README
Daniel Duong
2015-03-02
1
-0
/
+5
|
|
/
*
|
Merge pull request #87 from incuna/fix_tests
Charlie Denton
2015-07-31
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Added xfonts-75dpi
James Turnbull
2015-07-31
1
-1
/
+1
|
*
Update wkhtmltopdf deb link
James Turnbull
2015-07-31
1
-2
/
+2
|
/
*
Merge pull request #65 from ashkulz/patch-1
Maciek Lenc
2014-11-11
1
-19
/
+1
|
\
|
*
update installation instructions to use new website
Ashish Kulkarni
2014-11-11
1
-19
/
+1
|
/
*
Merge pull request #63 from dduong42/patch-1
Charlie Denton
2014-10-27
1
-1
/
+1
|
\
|
*
Change the wkhtmltopdf url
Daniel Duong
2014-10-27
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:incuna/django-wkhtmltopdf
Matt Lenc
2014-09-01
4
-17
/
+47
|
\
|
*
Merge pull request #59 from michelts/master
Maciek Lenc
2014-09-01
2
-10
/
+40
|
|
\
|
|
*
Rely only smart_text once django 1.4 also supports it.
Michel Sabchuk
2014-09-01
1
-5
/
+1
|
|
*
Being more explicit about the reason for smart_unicode.
Michel Sabchuk
2014-09-01
1
-0
/
+1
|
|
*
Makes tests.py lines 80 columns max.
Michel Sabchuk
2014-09-01
1
-4
/
+10
|
|
*
Replace smart_str with smart_text/unicode for py2.x compat.
Michel Sabchuk
2014-09-01
1
-2
/
+5
|
|
*
Makes unicode content views testing fails too.
Michel Sabchuk
2014-09-01
1
-5
/
+18
|
|
*
Add failing test of unicode content.
Michel Sabchuk
2014-09-01
1
-0
/
+11
|
|
/
|
*
Merge pull request #58 from incuna/fix-failing-tests
Charlie Denton
2014-07-16
2
-7
/
+7
|
|
\
|
|
*
Superuser privilege - Travis is picky!
Matt Lenc
2014-07-16
1
-1
/
+1
|
|
*
Check for wkhtmltopdf after it was installed :D
Matt Lenc
2014-07-16
1
-1
/
+1
|
|
*
Use precompiled library not source one
Matt Lenc
2014-07-16
1
-5
/
+5
|
|
*
Fix wkhtmltox for Travis
Matt Lenc
2014-07-16
1
-3
/
+3
|
|
*
Show Travis test status against master branch only
Matt Lenc
2014-07-16
1
-1
/
+1
|
|
/
*
/
Bump to v2.0.2
v2.0.2
Matt Lenc
2014-09-01
2
-1
/
+6
|
/
[next]