Just write your own view that in turn calls a generic view? Create a new 
view, with a similiar signiture, but change the object_id for team_id 
AND result_id. Then, do a bit of logic to find the query set you need a 
view of, and pass this through to a generic view, and then return this.

Hope this helps!

--
Ollie
> Thanks for the help Tim, however I've tried that and it doesn't work :
> (
>
> Is there any other way you could think of achieving it, even if it
> doesn't use generic views and urls?
>
> Thanks,
> Duncan
>
>
> >   


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