diff --git a/docs/db-api.txt b/docs/db-api.txt index cb5ec4783f..548af52a71 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -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;