Re: models wierdness

2006-09-18 Thread Rob Hudson
Thanks for the reply. :) --~--~-~--~~~---~--~~ 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

Re: models wierdness

2006-09-15 Thread Malcolm Tredinnick
Hi Rob, On Tue, 2006-08-29 at 17:22 -0700, Rob Hudson wrote: > I've got an app called page I've been working on. Pages can contain > text, graphics, or media and each have their own table which refer back > to page (ForeignKey). When I set up this model, only page_media has > the inlined SQL fo

models wierdness

2006-08-29 Thread Rob Hudson
I've got an app called page I've been working on. Pages can contain text, graphics, or media and each have their own table which refer back to page (ForeignKey). When I set up this model, only page_media has the inlined SQL for the foreign key ("REFERENCES"), where as the others do it with an AL