diff options
Diffstat (limited to 'docs/topics/db')
| -rw-r--r-- | docs/topics/db/queries.txt | 5 |
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 ================= |
