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:34 -0400 |
| commit | 0430ac95ab1c72ea3bffb03140772fd140908948 (patch) | |
| tree | 017899843e9abd5bf4c4b146cebb8865a6fac276 /docs | |
| parent | 069319396f0e9fb10254e1bcf578336392c9cffb (diff) | |
Updated ECMAScript link in docs/ref/request-response.txt
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 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 - <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 |
