Added 'ne' lookup type to docs/db-api

git-svn-id: http://code.djangoproject.com/svn/django/trunk@317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-26 16:26:48 +00:00
parent 786c750c40
commit 63009faa14
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ The DB API supports the following lookup types:
gte Greater than or equal to. gte Greater than or equal to.
lt Less than. lt Less than.
lte Less than or equal to. lte Less than or equal to.
ne Not equal to.
startswith Case-sensitive starts-with: startswith Case-sensitive starts-with:
``polls.get_list(question_startswith="Would")``. (PostgreSQL ``polls.get_list(question_startswith="Would")``. (PostgreSQL
only. MySQL doesn't support case-sensitive LIKE statements; only. MySQL doesn't support case-sensitive LIKE statements;