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
This commit is contained in:
parent
d3c6093645
commit
93aec4e44a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue