From f9e78ed612aa1c3ccf098da450e2b52c48cad305 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 5 Oct 2008 06:22:25 +0000 Subject: [PATCH] [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 --- docs/topics/db/queries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `, 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 ` for full +API. Refer to the :ref:`data model reference ` for full details of all the various model lookup options. Throughout this guide (and in the reference), we'll refer to the following