I'm have the following three Models.

1.Category Model

2. Promotion Model
    - Has a many to many relationship with Category.
    -  Is the Parent of the Cash Model.

3.Cash Model
  - Has one to one relationship with Promotion.


I want to create a query set of  Cash Objects, filtered by a specific 
Category.id

I'm sure that there must be simple solution - but having looked through 
the forums I just can't figure how to do it.

Can anybody please advise.

MerMer


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