Related to 187
What steps will reproduce the problem?
1. Create a DateField in your form
2. Run the app
3. Select a date
4. Reset the form
What is the expected output? What do you see instead?
Expecting the selectedDate to be null
Throwing an error instead
in resetValues():
To allow null values for the DateField, we should not throw an error until we
actually detected the type of
tmpObject.
Original issue reported on code.google.com by afil...@gmail.com on 20 Jan 2009 at 5:03
Original issue reported on code.google.com by
afil...@gmail.com
on 20 Jan 2009 at 5:03