From cda48e9f0ba20ef993379001a0f94a479fbf23cb Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 23 Feb 2010 13:30:49 +0000 Subject: [PATCH] [1.1.X] Fixed #12799 -- Added an extra newline to help with PDF generation of documentation. Thanks to Ivan Savov for the report. Backport of r12518 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12522 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