On Jul 2, 3:20 pm, The Danny Bos <[email protected]> wrote:
> Daniel,
>
> {% for author in review.item.author_set.all %}
> Is what I've been using.
>
Aargh, copy and paste fail. Should have been
{% for author in review.item.authors.all %}
--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---