summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
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 15:04:30 -0400
commitd22bac99b072abd6b04e4393d355ee6fb614300c (patch)
tree6fea1feee616485d66aa333b40b52c29973936b0 /docs/ref/request-response.txt
parentdf4382341a0a3201db25d2d82ab86b1cd72ffab1 (diff)
[1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
Diffstat (limited to 'docs/ref/request-response.txt')
-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 29caf0617e..564a36cf13 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -936,7 +936,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.