1
0
mirror of https://github.com/django/django.git synced 2025-07-21 10:09:14 +00:00

[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
This commit is contained in:
Malcolm Tredinnick 2008-10-05 06:22:25 +00:00
parent b0be5af39c
commit f9e78ed612

View File

@ -9,7 +9,7 @@ Making queries
Once you've created your :ref:`data models <topics-db-models>`, Django Once you've created your :ref:`data models <topics-db-models>`, Django
automatically gives you a database-abstraction API that lets you create, automatically gives you a database-abstraction API that lets you create,
retrieve, update and delete objects. This document explains how to use this 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. details of all the various model lookup options.
Throughout this guide (and in the reference), we'll refer to the following Throughout this guide (and in the reference), we'll refer to the following