From 0430ac95ab1c72ea3bffb03140772fd140908948 Mon Sep 17 00:00:00 2001 From: Alex Simonides Date: Thu, 12 May 2016 17:06:34 -0700 Subject: [PATCH] Updated ECMAScript link in docs/ref/request-response.txt --- 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 8ff1d14a4a..64bd5960cd 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -987,8 +987,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