summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-05 06:22:25 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-05 06:22:25 +0000
commitf9e78ed612aa1c3ccf098da450e2b52c48cad305 (patch)
tree9bba3d37910e77d0eb01a9d98343f4f58ace5fc5
parentb0be5af39c32573b3d83449e16101d4024bd47f2 (diff)
[1.0.X] Fixed #9301 -- Correct a markup typo in the docs.
Backport of r9132 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/db/queries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index cecc5e5756..0bb4a9c13c 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -9,7 +9,7 @@ Making queries
Once you've created your :ref:`data models <topics-db-models>`, Django
automatically gives you a database-abstraction API that lets you create,
retrieve, update and delete objects. This document explains how to use this
-API. Refer to the `data model reference <ref-models-index>` for full
+API. Refer to the :ref:`data model reference <ref-models-index>` for full
details of all the various model lookup options.
Throughout this guide (and in the reference), we'll refer to the following