0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed #19926 -- Fixed a link to code example in queries docs

Thanks Randy Salvo for the report.
This commit is contained in:
Claude Paroz 2013-02-27 21:28:55 +01:00
parent 7aaa8a7779
commit b0ba21db07

View File

@ -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 The `OR lookups examples`_ in the Django unit tests show some possible uses
of ``Q``. 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 Comparing objects
================= =================