From 7377e4f92d8f13ec649f478cac41cab35039eb40 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 22 Oct 2010 21:20:30 +0000 Subject: [PATCH] [1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal for the report and Frank Wiles for the patch. Backport of [14318]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14319 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- 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 0ee417d86c..18a96459fc 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -701,7 +701,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: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py + .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py Comparing objects =================