From e68baf386219ab64539ba5cef628811be03fdb84 Mon Sep 17 00:00:00 2001 From: Дилян Палаузов Date: Mon, 6 Nov 2017 22:11:39 -0500 Subject: [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master --- django/http/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/http') diff --git a/django/http/response.py b/django/http/response.py index 1083fd7dca..ae14333053 100644 --- a/django/http/response.py +++ b/django/http/response.py @@ -489,7 +489,7 @@ class JsonResponse(HttpResponse): :param data: Data to be dumped into json. By default only ``dict`` objects are allowed to be passed due to a security flaw before EcmaScript 5. See the ``safe`` parameter for more information. - :param encoder: Should be an json encoder class. Defaults to + :param encoder: Should be a json encoder class. Defaults to ``django.core.serializers.json.DjangoJSONEncoder``. :param safe: Controls if only ``dict`` objects may be serialized. Defaults to ``True``. -- cgit v1.3