Opened 10 years ago

Closed 10 years ago

#23115 closed Bug (invalid)

International character search in django admin search fields

Reported by: heyramu Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi All,

I am new to django. We have developed a project in django python which handles multi language.

Now, we are facing the issue of search (international character) in django admin model.

When we search for "Städ" in search fields of admin; it finds correct record but also displays word like "stad" which is not what we wanted in list.

How to handle this case.

Thanks & Regards
Ramu Ravi

Change History (1)

comment:1 by Aymeric Augustin, 10 years ago

Resolution: invalid
Status: newclosed

This bug tracker is dedicated to managing bugs in Django.

Please don't use it for support questions.

See https://docs.djangoproject.com/en/stable/faq/help/ instead.

Thank you.

Note: See TracTickets for help on using tickets.
Back to Top