Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-01-09 19:11:41 +00:00
parent df9adbafb7
commit 88265d4a73
4 changed files with 4 additions and 4 deletions

View file

@ -342,7 +342,7 @@ it would be deleted at the same time.
Generic relations and aggregation
---------------------------------
:ref:`Django's database aggregation API <topics-db-aggregation`
:ref:`Django's database aggregation API <topics-db-aggregation>`
doesn't work with a
:class:`~django.contrib.contenttypes.generic.GenericRelation`. For example, you
might be tempted to try something like::