Thank you

but that still makes me end up with two models (GROUPS and FINISH), 
although now both have the same records and are in the same order. When it 
comes to template rendering I still need a nester for loop yes? 
I suppose faking a foreign key relation in the FINISH model (which is the 
CPU intensive one) toward the GROUPS model will allow direct linking, but 
that generates an independent SQL lookup for each record, even with 
select_related turned on afaik.


 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/eEp1kp3OzWEJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to