mirror of
https://github.com/django/django.git
synced 2025-06-07 12:39:12 +00:00
[1.4.x] Fixed #19926 -- Fixed a link to code example in queries docs
Thanks Randy Salvo for the report.
This commit is contained in:
parent
97a67b26f3
commit
577a27a9fc
@ -815,7 +815,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://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py
|
.. _OR lookups examples: https://github.com/django/django/blob/stable/1.4.x/tests/modeltests/or_lookups/tests.py
|
||||||
|
|
||||||
Comparing objects
|
Comparing objects
|
||||||
=================
|
=================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user