From b0ba21db0721a9dbc6b98e1760fad64c7c86ff91 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 27 Feb 2013 21:28:55 +0100 Subject: [PATCH] Fixed #19926 -- Fixed a link to code example in queries docs Thanks Randy Salvo for the report. --- docs/topics/db/queries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =================