Author: mtredinnick
Date: 2008-10-06 03:28:18 -0500 (Mon, 06 Oct 2008)
New Revision: 9164
Modified:
django/trunk/docs/ref/models/instances.txt
Log:
Fixed a couple of markup errors in the documentation.
Modified: django/trunk/docs/ref/models/instances.txt
===================================================================
--- django/trunk/docs/ref/models/instances.txt 2008-10-06 08:27:24 UTC (rev
9163)
+++ django/trunk/docs/ref/models/instances.txt 2008-10-06 08:28:18 UTC (rev
9164)
@@ -7,9 +7,9 @@
.. currentmodule:: django.db.models
This document describes the details of the ``Model`` API. It builds on the
-material presented in the :ref:`model <topics-db-models>` and `database query
-<topics-db-queries>` guides, so you'll probably want to read and understand
-those documents before reading this one.
+material presented in the :ref:`model <topics-db-models>` and :ref:`database
+query <topics-db-queries>` guides, so you'll probably want to read and
+understand those documents before reading this one.
Throughout this reference we'll use the :ref:`example weblog models
<queryset-model-example>` presented in the :ref:`database query guide
@@ -294,7 +294,7 @@
You can further decouple your models from the URLconf using the ``permalink``
decorator:
-.. function:: django.db.models.permalink()
+.. function:: permalink()
This decorator is passed the view function, a list of positional parameters and
(optionally) a dictionary of named parameters. Django then works out the
correct
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---