Skip to content

Commit

Permalink
Fixed broken link in 1.7 release notes due to removal of deprecated c…
Browse files Browse the repository at this point in the history
…ode/docs.
  • Loading branch information
timgraham committed Mar 21, 2014
1 parent 1ea44a3 commit b71f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ If all you need is to generate valid javascript strings, you can simply use
``fix_ampersands`` utils method and template filter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ``django.utils.html.fix_ampersands`` method and the :tfilter:`fix_ampersands`
The ``django.utils.html.fix_ampersands`` method and the ``fix_ampersands``
template filter are deprecated, as the escaping of ampersands is already taken care
of by Django's standard HTML escaping features. Combining this with ``fix_ampersands``
would either result in double escaping, or, if the output is assumed to be safe,
Expand Down

0 comments on commit b71f183

Please sign in to comment.