summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-07-01 03:25:48 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-07-01 03:25:48 +0000
commitbd6a758e5ca377f700715f8b9531f4753ff56552 (patch)
tree76b4396348c4f5993cea80930fdb110e8644ce15 /docs
parentec23edfc7fd9a7d56e13a861a833cac93a9a7036 (diff)
Added note to docs/add_ons.txt about reading the source code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/add_ons.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt
index d72e92b018..90c98b7176 100644
--- a/docs/add_ons.txt
+++ b/docs/add_ons.txt
@@ -128,6 +128,8 @@ A collection of template filters that implement these common markup languages:
* Markdown
* ReST (ReStructured Text)
+For documentation, read the source code in django/contrib/markup/templatetags/markup.py.
+
redirects
=========