Skip to content

Commit

Permalink
Fixed #14534 -- updated an out of date link in the docs. Thanks to d0…
Browse files Browse the repository at this point in the history
…ugal for the report and Frank Wiles for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
alex committed Oct 22, 2010
1 parent 051bf1c commit cad4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/queries.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ precede the definition of any keyword arguments. For example::
The `OR lookups examples`_ in the Django unit tests show some possible uses The `OR lookups examples`_ in the Django unit tests show some possible uses
of ``Q``. of ``Q``.


.. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py


Comparing objects Comparing objects
================= =================
Expand Down

0 comments on commit cad4fea

Please sign in to comment.