diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-21 13:22:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-21 13:23:04 -0400 |
| commit | b71f183d2e4eb9397ae52c139eb0863be731b778 (patch) | |
| tree | d22cd7306e92a50ee5a222003a52e43670819d65 /docs | |
| parent | 1ea44a3abd4e58777247a095afd03dd01efdef55 (diff) | |
Fixed broken link in 1.7 release notes due to removal of deprecated code/docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 9df1b666d5..d281b2a397 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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, |
