mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master
This commit is contained in:
parent
87fda1a6bb
commit
b8db57ed68
@ -975,8 +975,8 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised.
|
|||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Before the `5th edition of EcmaScript
|
Before the `5th edition of ECMAScript
|
||||||
<http://www.ecma-international.org/publications/standards/Ecma-262.htm>`_
|
<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
|
it was possible to poison the JavaScript ``Array`` constructor. For this
|
||||||
reason, Django does not allow passing non-dict objects to the
|
reason, Django does not allow passing non-dict objects to the
|
||||||
:class:`~django.http.JsonResponse` constructor by default. However, most
|
:class:`~django.http.JsonResponse` constructor by default. However, most
|
||||||
|
Loading…
x
Reference in New Issue
Block a user