diff options
| author | Alex Simonides <Alex-CS@users.noreply.github.com> | 2016-05-12 17:06:34 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-12 20:06:48 -0400 |
| commit | b8db57ed68468093bf87b121bdc3152359614c1a (patch) | |
| tree | e4c412848e419134359c8aad448375fa7dd47407 /docs | |
| parent | 87fda1a6bbe5a00cda56f1278a58e6df3c6c9bc7 (diff) | |
[1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 4 |
1 files 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 - <http://www.ecma-international.org/publications/standards/Ecma-262.htm>`_ + Before the `5th edition of ECMAScript + <http://www.ecma-international.org/ecma-262/5.1/index.html#sec-11.1.4>`_ 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 |
