Skip to content

Commit

Permalink
Fixed #19926 -- Fixed a link to code example in queries docs
Browse files Browse the repository at this point in the history
Thanks Randy Salvo for the report.
  • Loading branch information
claudep committed Feb 27, 2013
1 parent 7aaa8a7 commit b0ba21d
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 Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ precede the definition of any keyword arguments. For example::
The `OR lookups examples`_ in the Django unit tests show some possible uses
of ``Q``.

.. _OR lookups examples: https://github.com/django/django/blob/master/tests/modeltests/or_lookups/tests.py
.. _OR lookups examples: https://github.com/django/django/blob/master/tests/or_lookups/tests.py

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

0 comments on commit b0ba21d

Please sign in to comment.