Malcolm Tredinnick
|
003b3c1a17
|
Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,
MikeH.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-22 13:13:12 +00:00 |
Malcolm Tredinnick
|
1671fc48ab
|
Changed the default form presentation of datetime values to not include the
fractional second values (they usually aren't going to be needed). Based on
patches from yi.codeplayer@gmail.com, andrews and Wiliam Alves de Souza. Fixed #4428, #4487
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-21 14:50:47 +00:00 |
Malcolm Tredinnick
|
e38d54e19a
|
Changed newforms.CheckboxInput widget to return False as its value when not
include in the form (since HTML form submission doesn't send unselected check
boxes). Patch from SmileyChris. Refs #5104.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-20 12:21:07 +00:00 |
Jacob Kaplan-Moss
|
35fa1f4d8e
|
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-19 23:40:47 +00:00 |