On 9/8/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > > > On 9/9/06, Jay Parlar <[EMAIL PROTECTED]> wrote: > > > > Because 'stockphoto' appears before 'articles' in INSTALLED_APPS, > > could it be preventing the ORM from seeing the 'Article' model? > > > No - like I said before, this block of documentation is just describing the > reason that stockphoto needs to be defined in INSTALLED_APPS before > articles. > > Since Article has a direct dependency on Photo, Photo must be defined first. > The relationship between Photo and Article is implied; article_set is (or > should be :-) added to Photo when the Article model is loaded.
Alright, that's what I thought. I'll keep playing with it. This really *feels* like I've just screwed up something somewhere. I'll update if I find a solution. Of course, any more suggestions (from anyone) are always welcome :) Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---