diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2015-01-15 08:24:54 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2015-01-15 08:24:54 +0000 |
| commit | 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 (patch) | |
| tree | 3806416066b79c13f550baec86fa76267bbf647c /docs/ref/utils.txt | |
| parent | 67bcae1e5890c77d789d10cfe8644b5ab00ffb81 (diff) | |
Direct readers to format_html() in mark_safe() docs.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 195647ea15..55184c277b 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -831,6 +831,9 @@ appropriate entities. Can be called multiple times on a single string. + For building up fragments of HTML, you should normally be using + :func:`django.utils.html.format_html` instead. + String marked safe will become unsafe again if modified. For example:: >>> mystr = '<b>Hello World</b> ' |
