diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-06-08 11:46:45 -0500 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-06-08 11:46:45 -0500 |
| commit | c63c62a18a2b434284d3438bcb2be0893d8fcce3 (patch) | |
| tree | fe47e1cecc5bdfcf41a177c8ba1bc95cddad458e /docs | |
| parent | 18aed863b46e719d7efaeab624fb8aa4cd62f360 (diff) | |
Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@lundstroem.com
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/outputting-pdf.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt index 55f80bb4cc..e7e4bdcfa5 100644 --- a/docs/howto/outputting-pdf.txt +++ b/docs/howto/outputting-pdf.txt @@ -100,6 +100,12 @@ mention: * Finally, it's important to call ``showPage()`` and ``save()`` on the PDF 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 ============ |
