Hi,
I have a problem about the encoding of the variables that i have in my
views..

I've an url like this:

http://elvis.sinedita.it/dossiers/Comunità/1/

my URLS:

   (r'(?P<section_name>[^/]+)/section/$', 'views.listpersection'),


in the views i found something like 'Comunit\xe0'

and when i exec:
section_id =
Section.objects.get(section_name=section_name,id_site=Site.objects.get_current().id)

I've this error :
DoesNotExist at /dossiers/Comunità/1/
Section matching query does not exist.

I'm shure that the section with name 'Comunità' exists...
Any ideas?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to