From f9c8615e1fbd6490d566f179e5fc3bf18ce51268 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 23 Feb 2010 13:22:52 +0000 Subject: [PATCH] Fixed #12799 -- Added an extra newline to help with PDF generation of documentation. Thanks to Ivan Savov for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12518 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/http/shortcuts.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index e8039fe253..5510613355 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -49,6 +49,7 @@ Optional arguments context_instance=RequestContext(request)) ``mimetype`` + .. versionadded:: 1.0 The MIME type to use for the resulting document. Defaults to the value of