1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed obsolete doc references to javascript_catalog.

This commit is contained in:
Samir Shah
2017-09-08 07:19:48 +03:00
committed by Tim Graham
parent 6e4c6281db
commit 4ac2ab30f5
3 changed files with 5 additions and 8 deletions

View File

@@ -1742,7 +1742,7 @@ will be removed in Django 1.9. You can simply remove the
--------------------------------------
``javascript_quote()`` was an undocumented function present in ``django.utils.text``.
It was used internally in the :ref:`javascript_catalog view <javascript_catalog-view>`
It was used internally in the ``javascript_catalog()`` view
whose implementation was changed to make use of ``json.dumps()`` instead.
If you were relying on this function to provide safe output from untrusted
strings, you should use ``django.utils.html.escapejs`` or the