Just start with Django and liking it a lot. Made a database and a page that displays queries as html table. It was all too easy.
In one of my models I use a Foreign key to ref another object. class A: .... class B: a = ForeignKey(A) When I include A in the context of my template, I see that the variable {{A.a_set}} is there. How could I "stringify" that set and put it in one of the cells of my table? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---