diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-26 16:52:50 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-26 16:52:50 +0000 |
| commit | bc56c76a1738522e0ffb9a1e7869f894df8dab5c (patch) | |
| tree | b4a4bd963bca4b720f1844954856e455a16e5b40 /docs | |
| parent | df2d9bb3f3f95c26d27c1ad337bc32e648773e7a (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 3a43fe12fb..aa45396ed7 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -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... |
