diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-05 06:18:08 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-05 06:18:08 +0000 |
| commit | 93aec4e44aac10ed205f89ec822f425812014196 (patch) | |
| tree | 16acebc17f50dbe88b4f1ed9e145a9d8baf36bf9 | |
| parent | d3c60936451592f1c1849a16b6d325e2f5619917 (diff) | |
Fixed #9301 -- Correct a markup typo in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/db/queries.txt | 2 |
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 |
