mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docs
Thanks Randy Salvo for the report. Backport of b0ba21db07 from master.
This commit is contained in:
parent
7f04031ef1
commit
171a6635d2
@ -825,7 +825,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
|
||||||
=================
|
=================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user