From e41e3a543e3397e7bdd1409b58f5f17cb1f541b7 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 19 Nov 2011 11:38:40 +0000 Subject: [PATCH] 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 --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` * :doc:`Comments ` | :doc:`Moderation ` | :doc:`Custom comments ` * :doc:`Conditional content processing ` -* :doc:`Content types ` +* :doc:`Content types and generic relations ` * :doc:`Cross Site Request Forgery protection ` * :doc:`Cryptographic signing ` * :doc:`Databrowse `