1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[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
This commit is contained in:
Gary Wilson Jr 2010-03-26 23:56:56 +00:00
parent 7733895382
commit 52e2e5cc96

View File

@ -9,9 +9,6 @@ markup syntaxes to HTML; currently there is support for:
http://www.freewisdom.org/projects/python-markdown http://www.freewisdom.org/projects/python-markdown
* ReStructuredText, which requires docutils from http://docutils.sf.net/ * 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 from django import template