mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Added doc links for django.utils.html.escape().
This commit is contained in:
parent
31407fa3b3
commit
6e78e10549
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue