Commit 52e2e5cc authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

[1.1.X] Removed out-of-date statement in markdown templatetags docstring (refs #1204).

Backport of r12858 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 77338953
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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