Author: jezdez
Date: 2011-06-26 09:52:50 -0700 (Sun, 26 Jun 2011)
New Revision: 16465
Modified:
django/trunk/docs/topics/http/shortcuts.txt
Log:
Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.
Modified: django/trunk/docs/topics/http/shortcuts.txt
===================================================================
--- django/trunk/docs/topics/http/shortcuts.txt 2011-06-26 16:52:43 UTC (rev
16464)
+++ django/trunk/docs/topics/http/shortcuts.txt 2011-06-26 16:52:50 UTC (rev
16465)
@@ -76,7 +76,7 @@
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...
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.