Kaydet (Commit) 6e78e105 authored tarafından Claude Paroz's avatar Claude Paroz Kaydeden (comit) Tim Graham

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

üst 31407fa3
...@@ -422,7 +422,7 @@ subclass:: ...@@ -422,7 +422,7 @@ subclass::
Note that this value is *not* HTML-escaped when it's displayed in 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. the admin interface. This lets you include HTML if you so desire.
Alternatively you can use plain text and 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. characters.
.. attribute:: ModelAdmin.filter_horizontal .. attribute:: ModelAdmin.filter_horizontal
......
...@@ -270,7 +270,7 @@ desire. For example:: ...@@ -270,7 +270,7 @@ desire. For example::
help_text="Please use the following format: <em>YYYY-MM-DD</em>." help_text="Please use the following format: <em>YYYY-MM-DD</em>."
Alternatively you can use plain text and Alternatively you can use plain text and
``django.utils.html.escape()`` to escape any HTML special characters. Ensure :func:`django.utils.html.escape` to escape any HTML special characters. Ensure
that you escape any help text that may come from untrusted users to avoid a that you escape any help text that may come from untrusted users to avoid a
cross-site scripting attack. cross-site scripting attack.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment