mirror of https://github.com/django/django.git
Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. Thanks to johnthedebs for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5e9deba988
commit
32255c20a5
|
@ -46,7 +46,7 @@ Optional arguments
|
||||||
``context_instance``
|
``context_instance``
|
||||||
The context instance to render the template with. By default, the template
|
The context instance to render the template with. By default, the template
|
||||||
will be rendered with a ``RequestContext`` instance (filled with values from
|
will be rendered with a ``RequestContext`` instance (filled with values from
|
||||||
``request`` and ```dictionary``).
|
``request`` and ``dictionary``).
|
||||||
|
|
||||||
``content_type``
|
``content_type``
|
||||||
The MIME type to use for the resulting document. Defaults to the value of
|
The MIME type to use for the resulting document. Defaults to the value of
|
||||||
|
|
Loading…
Reference in New Issue