On Wed, 2006-07-05 at 22:50 -0600, m h wrote: > I'll just post the contents of my bug report. Has anyone else ran > into this? Any hints, suggestions? > > > http://code.djangoproject.com/ticket/2297
This isn't a bug. You are using foo_set incorrectly (it is not an attribute on the Bar model, as the error indicates). Either bar.foo or foo_instance.foo_set is what you want to use. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
