Loading docs/ref/utils.txt +3 −0 Original line number Diff line number Diff line Loading @@ -804,6 +804,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> ' Loading Loading
docs/ref/utils.txt +3 −0 Original line number Diff line number Diff line Loading @@ -804,6 +804,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> ' Loading