Re: Data representation question

2008-06-23 Thread Adi
I figured it out after going through the django source.. gotta create a subclass of MultiValueField and MultiWidget and then use em together. By the way.. django kicks is AWESOME. the best piece of code i have seen.. The django developers kick ASS!! On Jun 23, 9:23 pm, Adi <[EMAIL PROTECTED]> wr

Data representation question

2008-06-23 Thread Adi
What is the best way of of implementing a form field that is comprised of multiple text fields.. lets say.. i want to capture the time that an athlete took to run a marathon. I'd want the user to be able to enter the hour, minute, seconds and milliseconds in separate fields.. Other ideas of repre