From b8db57ed68468093bf87b121bdc3152359614c1a Mon Sep 17 00:00:00 2001 From: Alex Simonides Date: Thu, 12 May 2016 17:06:34 -0700 Subject: [PATCH] [1.9.x] Updated ECMAScript link in docs/ref/request-response.txt Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master --- docs/ref/request-response.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 5d9325fffe..5e78e81044 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -975,8 +975,8 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised. .. warning:: - Before the `5th edition of EcmaScript - `_ + Before the `5th edition of ECMAScript + `_ 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