summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:11:41 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:11:41 +0000
commit88265d4a731e8b2071853d275f1bdac9465bc1f4 (patch)
tree0dd0614f81c4cc99a7247d296ca42d29ed6210d2 /docs/ref
parentdf9adbafb71a4275ec281fb01938ab41f8e208a0 (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/contenttypes.txt2
-rw-r--r--docs/ref/templates/api.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt
index 8a926afc97..bab8fa1033 100644
--- a/docs/ref/contrib/contenttypes.txt
+++ b/docs/ref/contrib/contenttypes.txt
@@ -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::
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt
index 120cab384b..6131b247c1 100644
--- a/docs/ref/templates/api.txt
+++ b/docs/ref/templates/api.txt
@@ -380,7 +380,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
.. versionchanged:: 1.2
Prior to version 1.2, the ``messages`` variable was a lazy accessor for
``user.get_and_delete_messages()``. It has been changed to include any
- messages added via the :ref:`messages framework <ref-contrib-messages`.
+ messages added via the :ref:`messages framework <ref-contrib-messages>`.
django.core.context_processors.debug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~