diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 7b324db03f..3b82e479a1 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -697,6 +697,10 @@ Miscellaneous longer. If you're using ``django.contrib.redirects``, make sure :setting:`INSTALLED_APPS` contains ``django.contrib.sites``. +* :meth:`BoundField.label_tag <django.forms.BoundField.label_tag>` now + escapes its ``contents`` argument. To avoid the HTML escaping, use + :func:`django.utils.safestring.mark_safe` on the argument before passing it. + Features deprecated in 1.5 ========================== |
