Commit edabc4ac authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 48d41cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ normal ``django.template.Context``. The first difference is that it takes an

    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`.