Mr.Dulmandakh
Use search_fields = ['name'] in the corresponding
class inside admin.py
Their is no such a case sensitive exists in Django search field ,
It will show
it's matches either case sensitive or case insensitive.
> Hello all.
>
> Just now I've deployed my first django web app. it's kind of address
> book. everything went
> smoothly.http://docs.djangoproject.com/en/dev/ref/contrib/admin/says that
> search_fields is case insensitive. but when I search some person using
> django admin, it shows exact matches with case. I need to search
> everything no mater what the case is.
>
> I'm using django 1.0, and sqlite3 as a storage.
>
> --
> Regards
> Dulmandakh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---