would work - but isnt there some djangoistic way of doing it?

On Mar 5, 5:42 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have two models:
>
> Child(models.Model):
>         name = CharField
>         ....
>
> Sponsorship(models.Model):
>         name = CharField
>         child = ForeignKey(Child)
>          ...
>
> how do i get a list of all children who are not in Sponsorship?
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to