diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 05:07:38 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 05:07:38 +0000 |
| commit | 8013f76a40270283f9d3c04160ac9b8a72ffe2be (patch) | |
| tree | 7b7626286b882c3622d341ab6d1e56c4e0083607 /docs/db-api.txt | |
| parent | 8f42a9246580dc11e8c1975eb364816495ba488c (diff) | |
magic-removal: Merged to [1903]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
| -rw-r--r-- | docs/db-api.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index e6b2238225..f4b4675c82 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -222,8 +222,6 @@ If you pass an invalid keyword argument, the function will raise ``TypeError``. OR lookups ---------- -**New in Django development version.** - By default, keyword argument queries are "AND"ed together. If you have more complex query requirements (for example, you need to include an ``OR`` statement in your query), you need to use ``Q`` objects. |
