Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
df2d9bb3f3
commit
bc56c76a17
|
@ -76,7 +76,7 @@ MIME type ``application/xhtml+xml``::
|
|||
This example is equivalent to::
|
||||
|
||||
from django.http import HttpResponse
|
||||
from django.template import Context, loader
|
||||
from django.template import RequestContext, loader
|
||||
|
||||
def my_view(request):
|
||||
# View code here...
|
||||
|
|
Loading…
Reference in New Issue