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
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move make_absolute_paths to utils so it can be used in tests
mattack108
2013-01-15
1
-37
/
+4
*
Remove old unused arg from PDFTemplateResponse class
mattack108
2013-01-15
1
-2
/
+1
*
Remove double quotes from filename as it's done by content_disposition_filename
mattack108
2013-01-15
1
-3
/
+2
*
Send good headers, in correct format
mattack108
2013-01-15
1
-2
/
+3
*
PEP8 all the things!
mattack108
2013-01-15
1
-12
/
+10
*
Add support for rendering PDF file in the browser
mattack108
2013-01-15
1
-7
/
+16
*
Remove duplicates when replacing file paths
Zach Gohr
2013-01-09
1
-2
/
+7
*
Tidy up a bit
mlen108
2012-11-14
1
-5
/
+9
*
Fix paths for STATIC media files
mlen108
2012-11-14
1
-10
/
+27
*
Match single/double quotes.
mlen108
2012-11-13
1
-1
/
+1
*
Use MEDIA_URL instead of hard-coded string.
mlen108
2012-11-13
1
-1
/
+1
*
Fix images path in PDFs
mlen108
2012-11-13
1
-40
/
+16
*
Merge with incuna
Simon Law
2012-08-23
1
-42
/
+3
|
\
|
*
.html default suffix for render_to_temporary_file
Marc Tamlyn
2012-07-27
1
-1
/
+1
|
*
Don't override builtins by importing.
Marc Tamlyn
2012-07-27
1
-2
/
+2
|
*
Remove deprecated methods/views.
Marc Tamlyn
2012-07-27
1
-39
/
+0
*
|
Fix encoding issues ini PDFTemplateResponse.render_to_temporary_file()
Simon Law
2012-08-23
1
-1
/
+2
|
/
*
settings.WKHTMLTOPDF_DEBUG defaults to settings.DEBUG.
Simon Law
2012-07-25
1
-1
/
+1
*
PDFTemplateResponse.convert_to_pdf() calls wkhtmltopdf.
Simon Law
2012-07-25
1
-5
/
+18
*
MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()
Simon Law
2012-07-25
1
-17
/
+46
*
Cleanups and documentation.
Simon Law
2012-07-24
1
-3
/
+10
*
PDFTemplateView actually renders headers and footers now.
Simon Law
2012-07-24
1
-1
/
+4
*
PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdf
Simon Law
2012-07-24
1
-15
/
+45
*
PDFTemplateResponse and PDFTemplateView now match Django's implementations
Simon Law
2012-07-24
1
-35
/
+139
*
PDFResponse is more robust:
Simon Law
2012-07-23
1
-5
/
+11
*
Use warnings.warn instead of raising PendingDeprecationWarnings.
Simon Law
2012-07-20
1
-6
/
+7
*
Pass around args and kwargs in PDFResponse
George Hickman
2012-05-21
1
-5
/
+6
*
Only set 'Content-Disposition' header if filename is set
George Hickman
2012-05-21
1
-2
/
+4
*
Don't remove tmp files before they're used.
George Hickman
2012-05-21
1
-6
/
+12
*
Fixed remote images in pdf
James Turnbull
2012-03-09
1
-2
/
+6
*
Use get_template_names() to get templates
James Turnbull
2012-03-09
1
-1
/
+1
*
Restore *args to PDFTemplateView.
Charlie Denton
2012-02-24
1
-4
/
+2
*
Fix a couple of daft mistakes.
Charlie Denton
2012-02-24
1
-6
/
+7
*
Add get_filename method.
Charlie Denton
2012-02-23
1
-1
/
+4
*
Made PDFTemplateView a little more extensible, and added orientation.
Charlie Denton
2012-02-23
1
-12
/
+18
*
Return super when called.
Charlie Denton
2012-02-23
1
-1
/
+1
*
Make PDFTemplateView use PDFResponse.
Charlie Denton
2012-02-23
1
-1
/
+1
*
Deprecate baDly cApitalised Views.
Charlie Denton
2012-02-23
1
-2
/
+16
*
Fix use of STATIC vs MEDIA url
George Hickman
2011-10-30
1
-1
/
+1
*
Refactor the main render method into a class based view
George Hickman
2011-10-30
1
-0
/
+61