On 9/9/06, Steven Armstrong <[EMAIL PROTECTED]> wrote:
>
> I had a similar problem recently. It turned out to have something to do
> with the blank=True and null=True arguments.
>
> picture = models.ForeignKey(Photo, blank=True,null=True)
>
> Maybe, for testing, try removing those and see it the article_set is
> available as expected without them.
>
> picture = models.ForeignKey(Photo)
>
> If it is, it may be a bug in django.
>
> I don't know if this is really related to your problem, just thought
> I'll drop a note here as the symptoms sound familiar.

No such luck, I'm still seeing the problem. I appreciate the thought though!

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to