Skip to content

Commit c63c62a

Browse files
Fixed django#18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@lundstroem.com
1 parent 18aed86 commit c63c62a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/howto/outputting-pdf.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ mention:
100100
* Finally, it's important to call ``showPage()`` and ``save()`` on the PDF
101101
file.
102102

103+
.. note::
104+
105+
ReportLab is not thread-safe. Some of our users have reported odd issues
106+
with building PDF-generating Django views that are accessed by many people
107+
at the same time.
108+
103109
Complex PDFs
104110
============
105111

0 commit comments

Comments
 (0)