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:
parent
786c750c40
commit
63009faa14
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue