summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-11 00:11:29 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-11 00:11:29 +0000
commit786e5477b70e34a502d1b0dd8fbf59926699e480 (patch)
tree2778a2e490ddaff6c5e45de8f4007afe0e953d1c /docs/db-api.txt
parent7573756e18b813a3aa388ff031e3167aa4665c15 (diff)
Removed 'Only in Django development version' messages from the docs, because frozen docs for version 0.90 are now available
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index d09d2a14e7..928f2b4f2a 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, multiple lookups are "AND"ed together. If you'd like to use ``OR``
statements in your queries, use the ``complex`` lookup type.