From 042d7e44fa5effd901cf1828d8f6f2058113cbc7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 20 Jun 2007 19:39:24 +0000 Subject: [PATCH] Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.atlakson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@5505 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index 7b18dfc04843f..fa143bc502f0d 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -1880,7 +1880,7 @@ use the ``where``, ``tables`` and ``params`` arguments to the standard lookup API. See `Other lookup options`_. .. _Python DB-API: http://www.python.org/peps/pep-0249.html -.. _Other lookup options: ../db-api/#extra-params-select-where-tables +.. _Other lookup options: ../db-api/#extra-select-none-where-none-params-none-tables-none .. _transaction handling: ../transactions/ Overriding default model methods