diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:28:41 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:35:06 +0100 |
| commit | 07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch) | |
| tree | 464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/ref/request-response.txt | |
| parent | 5bef73301471ededfe6ff4464196760b91c124c7 (diff) | |
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index c7c6d450a3..77298b5bbf 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -951,7 +951,7 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised. .. warning:: Before the `5th edition of ECMAScript - <http://www.ecma-international.org/ecma-262/5.1/index.html#sec-11.1.4>`_ + <https://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 |
