diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-27 21:28:55 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-27 21:30:54 +0100 |
| commit | b0ba21db0721a9dbc6b98e1760fad64c7c86ff91 (patch) | |
| tree | 4df2d16fbf013a10658e1efc2faa2d74d52d29a0 /docs | |
| parent | 7aaa8a7779f454c670448c580c8fa36cb37649d3 (diff) | |
Fixed #19926 -- Fixed a link to code example in queries docs
Thanks Randy Salvo for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/queries.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index f3a8709a51..91cd4fa871 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -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 ================= |
