Kaydet (Commit) 26e8e53c authored tarafından Alex Gaynor's avatar Alex Gaynor

Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report and fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a6cafffb
......@@ -476,7 +476,7 @@ specifically designed for rendering content to a HTML response using a
template. However, you can write your own mixins that perform
different rendering behavior.
For example, you a simple JSON mixin might look something like this::
For example, a simple JSON mixin might look something like this::
class JSONResponseMixin(object):
def render_to_response(self, context):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment