On Aug 15, 9:34 am, aa56280 <aa56...@gmail.com> wrote:
> > Does the view code in app.views.blah know what to do with the
> > iriencode'd values?
>
> What does that have to do with anything?

More accurately, I should have asked "Does the URL definition and view
for app.views.blah know what to do with the
iriencode'd values?"

In other words, if you designed the URL regex to handle a certain sort
of string, and the view it points to handle a certain sort of string,
and now in your template you're running that string through iriencode
first, then the URL definition and the view it points to is receiving
something other than what it was meant to receive.

./s

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to