what is this mean .. "name__icontains" and "description__icontains" in django code,

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-03T11:45:33Z Indexed on 2010/04/03 11:53 UTC
Read the original article Hit count: 203

Filed under:
|
|
maps = (maps.filter(name__icontains=search_terms) |
            maps.filter(description__icontains=search_terms))

i can't find this filter .

thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about pinax