Skip to content

Commit

Permalink
Added 'ne' lookup type to docs/db-api
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 26, 2005
1 parent 786c750 commit 63009fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/db-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The DB API supports the following lookup types:
gte Greater than or equal to.
lt Less than.
lte Less than or equal to.
ne Not equal to.
startswith Case-sensitive starts-with:
``polls.get_list(question_startswith="Would")``. (PostgreSQL
only. MySQL doesn't support case-sensitive LIKE statements;
Expand Down

0 comments on commit 63009fa

Please sign in to comment.