On Sun, 2008-09-21 at 12:44 +0200, Alessandro wrote: > I have a search form. > When a user inserts a string like "Forlì", django returns a blank page. > I need to convert ì to a url encoded string, but I don't know how to do.
You haven't explained where the problem is occurring. Is the correct data getting to your view function and then you aren't sending back the right information? If so, look at django.utils.http. I can't see how that would be resulting in a completely blank page, however. Also "a blank page" could be more accurate: is no data at all being sent back? Or is the user receiving an HTML page, but there's not visible data? Is Django crashing? Or is your view function completing, but not generating any data? You are saying that when a user does something, Django doesn't return something. But there are a lot of steps in the middle there. It sounds like you've done some debugging already, but it isn't clear to me, at least, where things are going wrong. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---