diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-08 14:14:28 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-08 14:14:28 +0000 |
| commit | 2eb492ba6010b71b81119c5bbf1763ce9ff984d3 (patch) | |
| tree | a74b29ad63ea7e1be0b2f354c1f4848dc1b05866 /docs | |
| parent | 18eb7ecb13ea4f661d3820a8e89c6abdb8b3e419 (diff) | |
Fixed django.utils.httpwrappers call in docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/outputting_pdf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/outputting_pdf.txt b/docs/outputting_pdf.txt index a58cf2c217..edd34aca24 100644 --- a/docs/outputting_pdf.txt +++ b/docs/outputting_pdf.txt @@ -110,7 +110,7 @@ efficient. Here's the above "Hello World" example rewritten to use from cStringIO import StringIO from reportlab.pdfgen import canvas - from django.utils.httpwrappers import HttpResponse + from django.http import HttpResponse def some_view(request): # Create the HttpResponse object with the appropriate PDF headers. |
