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