summaryrefslogtreecommitdiff
path: root/docs/topics/db
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-01 09:45:30 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-01 09:45:30 +0000
commita72eae0be7644fdfb75e28ad82c07d2db80210b4 (patch)
tree985b1a7acd0e163286a2a4714d004125bd48bbe6 /docs/topics/db
parent82e2f9bb984236de70aec842003b2442853139e9 (diff)
Fixed #8728: Corrected some broken links in the documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/db')
-rw-r--r--docs/topics/db/queries.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index bf87b61328..8487a1e0b7 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -639,9 +639,10 @@ precede the definition of any keyword arguments. For example::
.. seealso::
- The `OR lookups examples`_ show some possible uses of ``Q``.
+ The `OR lookups examples`_ in the Django unit tests show some possible uses
+ of ``Q``.
- .. _OR lookups examples: http://www.djangoproject.com/models/or_lookups/
+ .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py
Comparing objects
=================