Displaying 1 result from an estimated 1 matches for "for_date".
Did you mean:
floor_date
2007 Apr 21
1
An unknown number of elements
Hi all!
I have a model (Show) than can have an unknown number of dates. And a
date can have an unknown number of shows. Making a Date model seems
icky, espicially since I would have to probably write a lot of glue code
to get the many-many to work easily. I was thinking maybe storing a
Marshaled array of Time objects in a text field, but that isn''t very
clean either... Any Ideas?
--