From 93aec4e44aac10ed205f89ec822f425812014196 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 5 Oct 2008 06:18:08 +0000 Subject: [PATCH] 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 --- 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