Author: adrian
Date: 2010-01-09 13:11:41 -0600 (Sat, 09 Jan 2010)
New Revision: 12129

Modified:
   django/trunk/docs/faq/admin.txt
   django/trunk/docs/ref/contrib/contenttypes.txt
   django/trunk/docs/ref/templates/api.txt
   django/trunk/docs/topics/db/aggregation.txt
Log:
Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro

Modified: django/trunk/docs/faq/admin.txt
===================================================================
--- django/trunk/docs/faq/admin.txt     2010-01-09 19:09:46 UTC (rev 12128)
+++ django/trunk/docs/faq/admin.txt     2010-01-09 19:11:41 UTC (rev 12129)
@@ -54,7 +54,7 @@
 My admin-site CSS and images showed up fine using the development server, but 
they're not displaying when using mod_python.
 
---------------------------------------------------------------------------------------------------------------------------
 
-See :ref:`serving the admin files 
<howto-deployment-modpython-serving-the-admin-files`
+See :ref:`serving the admin files 
<howto-deployment-modpython-serving-the-admin-files>`
 in the "How to use Django with mod_python" documentation.
 
 My "list_filter" contains a ManyToManyField, but the filter doesn't display.

Modified: django/trunk/docs/ref/contrib/contenttypes.txt
===================================================================
--- django/trunk/docs/ref/contrib/contenttypes.txt      2010-01-09 19:09:46 UTC 
(rev 12128)
+++ django/trunk/docs/ref/contrib/contenttypes.txt      2010-01-09 19:11:41 UTC 
(rev 12129)
@@ -342,7 +342,7 @@
 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::

Modified: django/trunk/docs/ref/templates/api.txt
===================================================================
--- django/trunk/docs/ref/templates/api.txt     2010-01-09 19:09:46 UTC (rev 
12128)
+++ django/trunk/docs/ref/templates/api.txt     2010-01-09 19:11:41 UTC (rev 
12129)
@@ -380,7 +380,7 @@
 .. 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified: django/trunk/docs/topics/db/aggregation.txt
===================================================================
--- django/trunk/docs/topics/db/aggregation.txt 2010-01-09 19:09:46 UTC (rev 
12128)
+++ django/trunk/docs/topics/db/aggregation.txt 2010-01-09 19:11:41 UTC (rev 
12129)
@@ -8,7 +8,7 @@
 
 .. currentmodule:: django.db.models
 
-The topic guide on :ref:`Django's database-abstraction API <topics-db-queries`
+The topic guide on :ref:`Django's database-abstraction API <topics-db-queries>`
 described the way that you can use Django queries that create,
 retrieve, update and delete individual objects. However, sometimes you will
 need to retrieve values that are derived by summarizing or *aggregating* a

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to