summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-11-19 11:38:40 +0000
committerTimo Graham <timograham@gmail.com>2011-11-19 11:38:40 +0000
commite41e3a543e3397e7bdd1409b58f5f17cb1f541b7 (patch)
tree545361394bc38086746da8905f527beb43d32b39 /docs
parentb4dcbe398d5ff5a6adb839caa26cc9a1b0d01c6d (diff)
Fixed #16940 - Added "Generic relations" to docs index; thanks danielr for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index faa0428e63..92f090e87c 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -170,7 +170,7 @@ Other batteries included
* :doc:`Clickjacking protection <ref/clickjacking>`
* :doc:`Comments <ref/contrib/comments/index>` | :doc:`Moderation <ref/contrib/comments/moderation>` | :doc:`Custom comments <ref/contrib/comments/custom>`
* :doc:`Conditional content processing <topics/conditional-view-processing>`
-* :doc:`Content types <ref/contrib/contenttypes>`
+* :doc:`Content types and generic relations <ref/contrib/contenttypes>`
* :doc:`Cross Site Request Forgery protection <ref/contrib/csrf>`
* :doc:`Cryptographic signing <topics/signing>`
* :doc:`Databrowse <ref/contrib/databrowse>`