Added doc links for django.utils.html.escape().

This commit is contained in:
Claude Paroz 2018-07-18 17:32:27 +02:00 committed by Tim Graham
parent 31407fa3b3
commit 6e78e10549
2 changed files with 2 additions and 2 deletions

View file

@ -422,7 +422,7 @@ subclass::
Note that this value is *not* HTML-escaped when it's displayed in
the admin interface. This lets you include HTML if you so desire.
Alternatively you can use plain text and
``django.utils.html.escape()`` to escape any HTML special
:func:`django.utils.html.escape` to escape any HTML special
characters.
.. attribute:: ModelAdmin.filter_horizontal