what is the 'name__iexact' mean in my code ..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-05T11:15:38Z Indexed on 2010/04/05 11:23 UTC
Read the original article Hit count: 276

Filed under:
|
Map.objects.filter(name__iexact=self.cleaned_data["name"]).count()

thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about filter