summaryrefslogtreecommitdiff
path: root/docs/topics/db/sql.txt
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:26:02 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:26:02 +0000
commitad6368809cd6583eda23f3aed5ccae0ae44f15b6 (patch)
treecc69193b8cbe5023df9c9c2f19289954f7e9f58e /docs/topics/db/sql.txt
parent9041b1addffba0789a0ae7048691f6220ea40b1b (diff)
[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. Backport of r12229 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/db/sql.txt')
-rw-r--r--docs/topics/db/sql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 36ba1b9a90..2d5b67f131 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -83,6 +83,6 @@ An easier option?
A final note: If all you want to do is a custom ``WHERE`` clause, you can just
use the ``where``, ``tables`` and ``params`` arguments to the
-:ref:`extra clause <extra>` in the standard queryset API.
+:ref:`extra clause <queryset-extra>` in the standard queryset API.
.. _Python DB-API: http://www.python.org/dev/peps/pep-0249/