Skip to content

Commit

Permalink
Fixed django#18440 -- Pointed out that ReportLab is not thread safe. …
Browse files Browse the repository at this point in the history
…Thanks, jens@lundstroem.com
  • Loading branch information
adrianholovaty committed Jun 8, 2012
1 parent 18aed86 commit c63c62a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/howto/outputting-pdf.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ mention:
* Finally, it's important to call ``showPage()`` and ``save()`` on the PDF * Finally, it's important to call ``showPage()`` and ``save()`` on the PDF
file. file.


.. note::

ReportLab is not thread-safe. Some of our users have reported odd issues
with building PDF-generating Django views that are accessed by many people
at the same time.

Complex PDFs Complex PDFs
============ ============


Expand Down

0 comments on commit c63c62a

Please sign in to comment.