Browse Source

Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@lundstroem.com

Adrian Holovaty 12 years ago
parent
commit
c63c62a18a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/howto/outputting-pdf.txt

+ 6 - 0
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
 ============