On Mon, Aug 2, 2010 at 2:34 PM, Steve Holden <holden...@gmail.com> wrote:
> > Another alternative would be to create a view of the joined tables using > SQL CREATE VIEW, then treat the view as a table in Django. You do have > to be careful that the view should be updatable, though. Ah... I didn't think of views. Haven't used them in a while, but that's worth a shot, I think, since that way, I might not have to touch the Django code at all. Nick -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.