瀏覽代碼

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
Gary Wilson Jr 15 年之前
父節點
當前提交
8f3d6b9404
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      django/contrib/markup/templatetags/markup.py

+ 0 - 3
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