From a72eae0be7644fdfb75e28ad82c07d2db80210b4 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Mon, 1 Sep 2008 09:45:30 +0000 Subject: 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 --- docs/topics/db/queries.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/topics/db') 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 ================= -- cgit v1.3