mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
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
This commit is contained in:
parent
7573756e18
commit
786e5477b7
12 changed files with 21 additions and 58 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue