> 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? Don't get me wrong, I'll
figure that out eventually, but at the moment, I'm merely interested
in encoding the URL first - which isn't happening.

> Remember there are two ways to generate URLs in your templates -
> either with the {% url ... %} tag as you're doing now or with a
> get_absolute_url() method on the model (you then refer to <a
> href="{{ instancename.get_absolute_url }}"> in your template).

I'll look into that. But I would really like to see if I can get this
to work. Seems like it should.

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