From 577a27a9fc921b29c08b379116633e7b0e5a7f6b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 27 Feb 2013 21:28:55 +0100 Subject: [PATCH] [1.4.x] 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 2e14abe850..ed38d1dbc8 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -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 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 =================