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
path:
root
/
wkhtmltopdf
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up imports.
Marc Tamlyn
2012-07-27
1
-4
/
+1
*
Remove more deprecated stuff and tests for them.
Marc Tamlyn
2012-07-27
1
-13
/
+0
*
Fix typo in docstring.
Charlie Denton
2012-07-27
1
-1
/
+1
*
Python 2.6 compatibility fixes.
Simon Law
2012-07-26
1
-1
/
+1
*
settings.WKHTMLTOPDF_ENV can override environment variables.
Simon Law
2012-07-25
1
-1
/
+6
*
MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()
Simon Law
2012-07-25
1
-0
/
+6
*
PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdf
Simon Law
2012-07-24
1
-0
/
+8
*
PDFTemplateResponse and PDFTemplateView now match Django's implementations
Simon Law
2012-07-24
1
-0
/
+55
*
PDFResponse is more robust:
Simon Law
2012-07-23
1
-0
/
+30
*
settings.WKHTMLTOPDF_CMD_OPTIONS sets default command-line options.
Simon Law
2012-07-20
1
-3
/
+6
*
settings.WKHTMLTOPDF_CMD is loaded on-the-fly, not at the module level.
Simon Law
2012-07-20
1
-3
/
+2
*
Reliable command-line argument parsing for wkhtmltopdf().
Simon Law
2012-07-20
1
-18
/
+37
*
wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.
Simon Law
2012-07-20
1
-11
/
+5
*
Be clear with template_to_temp_file's arguments
James Turnbull
2012-03-09
1
-2
/
+2
*
Refactor the main render method into a class based view
George Hickman
2011-10-30
1
-30
/
+1
*
Code cleanup
George Hickman
2011-10-30
1
-3
/
+4
*
Use with for file usage
George Hickman
2011-10-30
1
-6
/
+7
*
Removed unised import
v0.1.1
Max Peterson
2011-09-06
1
-1
/
+0
*
Added smart_str
Max Peterson
2011-09-06
1
-1
/
+3
*
fixed some bugs, added filename support
Charlie Denton
2011-07-25
1
-4
/
+10
*
Added as new
Max Peterson
2011-07-08
1
-0
/
+88