diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-06-20 19:38:19 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-06-20 19:38:19 +0000 |
| commit | 7c3fa24fadb67a4cfd44a47ddf4c17baffcc3717 (patch) | |
| tree | f19a0feb000264433dd9516d39bc10fe8888081b /docs | |
| parent | 024c3daa11c8c16cf577d4e1faec329daa9d27ef (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
