I wrote a query like : applications =
Application.objects.filter(name__contains=searchText)
I want to get the applications filtered by searchText. If the app. name is
"Guitar" and my serachText is "guitar", django can't find it, makes the
query in case-sensitive format. How can i ignore this.?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to