summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2014-02-21 14:46:23 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-22 13:50:12 +0100
commit926e18d7d126fcf7f4b2d25ce4155423ac6e2f90 (patch)
tree269e957ca3faa124206e0c724557d8144fbca4a1 /docs/internals
parent847171b0d09c7da95cd404bab80f84c890fc5cfd (diff)
Deprecated django.utils.text.javascript_quote.
Refs #21725.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 057c6dd3fe..fdae4ea540 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -119,6 +119,8 @@ details on these changes.
* ``ssi`` and ``url`` template tags will be removed from the ``future`` template
tag library (used during the 1.3/1.4 deprecation period).
+* ``django.utils.text.javascript_quote`` will be removed.
+
.. _deprecation-removed-in-1.8:
1.8