summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-17 07:39:24 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-17 07:39:24 +0000
commit4d7aa81a70cefc88dfdceec6c8d6fcc28f4bc791 (patch)
treeaa5f8fbe67a5efa3b1a85b5db30a67267e56c156
parent54457043ad1ec518f6ef83b3b5484f44528b1156 (diff)
Fixed #5561 -- Added link to the contenttypes documentation into the add_ons document. Pointed out by Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/add_ons.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt
index c6fdb4a3a2..137c357346 100644
--- a/docs/add_ons.txt
+++ b/docs/add_ons.txt
@@ -47,7 +47,11 @@ contenttypes
============
A light framework for hooking into "types" of content, where each installed
-Django model is a separate content type. This is not yet documented.
+Django model is a separate content type.
+
+See the `contenttypes documentation`_.
+
+.. _contenttypes documentation: ../contenttypes/
csrf
====