Skip to content

Commit

Permalink
Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.a…
Browse files Browse the repository at this point in the history
…tlakson@gmail.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jun 20, 2007
1 parent 024c3da commit 7c3fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/model-api.txt
Expand Up @@ -1876,7 +1876,7 @@ used by the SQLite Python bindings. This is for the sake of consistency and
sanity.) sanity.)


A final note: If all you want to do is a custom ``WHERE`` clause, you can just 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`_. API. See `Other lookup options`_.


.. _Python DB-API: http://www.python.org/peps/pep-0249.html .. _Python DB-API: http://www.python.org/peps/pep-0249.html
Expand Down

0 comments on commit 7c3fa24

Please sign in to comment.