summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-12-24 23:14:06 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-12-29 21:59:07 +0100
commitebd25985962bd1466257385abcf7e8fc0df9ca0f (patch)
treec0a1b2e4e139e44da86f946350f6a7e426bcbc97 /docs/topics
parentf27a4ee3270bd57299ce02d622978ac4d839137e (diff)
Removed django.contrib.markup.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/security.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt
index 9c4c4bbd9e..07b8ebcdd2 100644
--- a/docs/topics/security.txt
+++ b/docs/topics/security.txt
@@ -48,13 +48,6 @@ escaping.
You should also be very careful when storing HTML in the database, especially
when that HTML is retrieved and displayed.
-Markup library
---------------
-
-If you use :mod:`django.contrib.markup`, you need to ensure that the filters are
-only used on trusted input, or that you have correctly configured them to ensure
-they do not allow raw HTML output. See the documentation of that module for more
-information.
Cross site request forgery (CSRF) protection
============================================