Daniel, thank you (x100)! That was exactly what I was looking for.

> {% for entry in entries %}
> <h2>{{ entry.title }}</h2>
>     {% for image in entry.image_set.all %}
>     <img src='{{ image.image }}'>
>     {% endfor %}
> {% endfor %}

Now, could I ask what the name of the concept is that allows
"image_set" to spontaneously exist, so that I can read up more about
it in the docs? I seemed to have missed it so far.
--~--~---------~--~----~------------~-------~--~----~
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