From 2161db0792f2e4d3deef3e09cd72f7a08340cafe Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 29 Apr 2021 19:29:08 +0100 Subject: Fixed capitalization of "ECMAScript" and "JavaScript". --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index cc8006f5f7..ab1e6ce65d 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -1099,7 +1099,7 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised. it was possible to poison the JavaScript ``Array`` constructor. For this reason, Django does not allow passing non-dict objects to the :class:`~django.http.JsonResponse` constructor by default. However, most - modern browsers implement EcmaScript 5 which removes this attack vector. + modern browsers implement ECMAScript 5 which removes this attack vector. Therefore it is possible to disable this security precaution. Changing the default JSON encoder -- cgit v1.3