On Mon, 2009-02-02 at 21:21 -0800, Alexiski wrote: > Hi Malcolm, > > Thanks for your response, but I'm not quite sure how to iterate using > obj.query.all to get all the instances I'm after. > > Could you please provide a code snippet or direct me to a relevant > page?
Iteration in templates is done with the forloop template tag. You must already be using that to iteratate over all the copy instances. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

