Opened 10 years ago

Closed 10 years ago

#23117 closed Bug (invalid)

International character search in django admin search fields

Reported by: heyramu Owned by: nobody
Component: *.djangoproject.com 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 Baptiste Mispelon, 10 years ago

Resolution: invalid
Status: newclosed

Hi,

Please stop submitting support request to this bug tracker.
Use https://docs.djangoproject.com/en/stable/faq/help/ instead.

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