summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-12-04 21:01:18 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-12-04 21:01:18 +0000
commit0162eac9e2cd317476dd4086c36caf138c96f6bc (patch)
treeb0291398992643bdfbe534e9ff0b5b52e413d0fb /docs/templates_python.txt
parent478ebadec7fa9045b2f1ea2027919339572007f2 (diff)
[multi-db] Merged trunk to [4100]. Some tests still failing.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index ae2582d7b8..7aeed935b9 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -321,7 +321,7 @@ Note::
def some_view(request):
# ...
- return render_to_response('my_template'html',
+ return render_to_response('my_template.html',
my_data_dictionary,
context_instance=RequestContext(request))