From 7c3fa24fadb67a4cfd44a47ddf4c17baffcc3717 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 20 Jun 2007 19:38:19 +0000 Subject: [PATCH] Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@5504 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 09440f2b56..7b18dfc048 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -1876,7 +1876,7 @@ used by the SQLite Python bindings. This is for the sake of consistency and sanity.) A final note: If all you want to do is a custom ``WHERE`` clause, you can just -just the ``where``, ``tables`` and ``params`` arguments to the standard lookup +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