index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
outputting-pdf.txt
Age
Commit message (
Expand
)
Author
2021-05-17
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...
Nick Pope
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-17
Fixed #30694 -- Documented FileResponse does not seek its file source.
Claude Paroz
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2016-10-25
Replaced Outputting PDF's "Further Resources" with a link to Django Packages.
Tim Graham
2016-02-02
Updated xhtml2pdf name/URL in docs.
Ramon Moraes
2015-08-01
Fixed #25207 -- Misspelled word in documentation: dialogue
Caio Ariede
2015-07-30
Fixed #25199 -- Fixed dead link to HTMLdoc.
Tim Graham
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2014-12-19
Updated some other external links in the docs
Claude Paroz
2014-09-22
Removed sudo from pip commands in docs.
Corey Farwell
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2012-10-03
Fixed #19006 - Quoted filenames in Content-Disposition header.
Tim Graham
2012-06-08
Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@l...
Adrian Holovaty
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-22
Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report ...
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2010-10-09
Fixed #12369 -- Improved example to account for environments where cStringIO ...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-02-22
Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks to JohnD...
Russell Keith-Magee
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss