#5715: The link which includes non-ASCII is not encoded in admin view.
-----------------------+----------------------------------------------------
Reporter: MiCHiLU | Owner: nobody
Status: new | Component: Admin interface
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 1
-----------------------+----------------------------------------------------
{{{
http://127.0.0.1:8000/admin/blog/entry/?q=スパム
}}}
Non-ASCII should be encoded.
{{{
http://127.0.0.1:8000/admin/blog/entry/?q=%E3%82%B9%E3%83%91%E3%83%A0
}}}
It becomes a problem with Internet Explorer.
--
Ticket URL: <http://code.djangoproject.com/ticket/5715>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---