Commit 327703c0 authored by Luke Plant's avatar Luke Plant
Browse files

[1.7.x] Direct readers to format_html() in mark_safe() docs.

Backport of 4832c004 from master
parent 478546fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -790,6 +790,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>   '