Author: mtredinnick
Date: 2008-09-26 22:25:42 -0500 (Fri, 26 Sep 2008)
New Revision: 9085
Modified:
django/trunk/docs/ref/templates/api.txt
Log:
Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.
Modified: django/trunk/docs/ref/templates/api.txt
===================================================================
--- django/trunk/docs/ref/templates/api.txt 2008-09-22 11:10:39 UTC (rev
9084)
+++ django/trunk/docs/ref/templates/api.txt 2008-09-27 03:25:42 UTC (rev
9085)
@@ -291,7 +291,7 @@
c = RequestContext(request, {
'foo': 'bar',
- }
+ })
The second difference is that it automatically populates the context with a few
variables, according to your :setting:`TEMPLATE_CONTEXT_PROCESSORS` setting`.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---