summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTommy Beadle <tbeadle@gmail.com>2016-06-03 14:33:19 -0400
committerTim Graham <timograham@gmail.com>2016-06-07 14:58:30 -0400
commitb04e6ec7cba4abc566c28fcb44009d086d9629fb (patch)
treebe11a5b79cce8f5117edf79a01ffef477d8b429e /docs/ref
parentbd7de3cb87b40b264ef9c4ecb8af59501525d9a6 (diff)
[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index bc6f796a10..7102c877da 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -950,7 +950,7 @@ types of HTTP responses. Like ``HttpResponse``, these subclasses live in
JSON-serializable object.
The ``encoder``, which defaults to
- ``django.core.serializers.json.DjangoJSONEncoder``, will be used to
+ :class:`django.core.serializers.json.DjangoJSONEncoder`, will be used to
serialize the data. See :ref:`JSON serialization
<serialization-formats-json>` for more details about this serializer.