Nikolaus Schlemm a écrit :
> {% for category in  post.category.all %}
>       <a href="{{ category.get_absolute_url }}">{{ category.title }}</a>
> {% endfor %}
> 

[...]

> -> http://www.djangoproject.com/documentation/models/many_to_many/

Indeed, I was looking for template code and did not look at the output 
of the shell ;-)

I'll test all of this tonight :)

Thanks a lot,
Nicolas


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

Reply via email to