summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2010-03-26 23:56:08 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2010-03-26 23:56:08 +0000
commit8f3d6b940446c2f253a377874275e0da875c4bee (patch)
tree197258b2e5f9f145d7d0cbda143d188323ca2b35
parent84de614529f2035057d2d518b7ad94febebcc807 (diff)
Removed out-of-date statement in markdown templatetags docstring (refs #1204).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/markup/templatetags/markup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/contrib/markup/templatetags/markup.py b/django/contrib/markup/templatetags/markup.py
index 13f68c3eae..912655f83b 100644
--- a/django/contrib/markup/templatetags/markup.py
+++ b/django/contrib/markup/templatetags/markup.py
@@ -9,9 +9,6 @@ markup syntaxes to HTML; currently there is support for:
http://www.freewisdom.org/projects/python-markdown
* ReStructuredText, which requires docutils from http://docutils.sf.net/
-
-In each case, if the required library is not installed, the filter will
-silently fail and return the un-marked-up text.
"""
from django import template