> > Is it possible, from the table object to determine which cell objects
> > are marked as being in row 1?
>
> Let's say your table object is t_obj. Then you can do:
>
> row_one_cells = t_obj.cell_set.filter(row=1)

Is this callable from a template?  I'm trying as much as possible to
use the generic views...
--~--~---------~--~----~------------~-------~--~----~
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