django1/django/forms
Jannis Leidel 56d787df99 Fixed #17542 -- Gracefully handle errors when checking if the values of a SelectDateWidget has changed if it's not required. Thanks, pigletto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-04 16:05:58 +00:00
..
extras Fixed #17542 -- Gracefully handle errors when checking if the values of a SelectDateWidget has changed if it's not required. Thanks, pigletto. 2012-02-04 16:05:58 +00:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, paulcollins. 2012-02-04 12:48:12 +00:00
forms.py Clean up the form's code a little bit, to make it more consistantly go through one code path. Patch from Travis Swicegood. 2012-01-19 22:05:47 +00:00
formsets.py Added support for specifying initial values to model formsets and inline formsets. 2012-01-15 01:36:14 +00:00
models.py Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query by relying on the fact that the initial form is already set. Thanks, tswicegood. 2012-02-04 16:05:39 +00:00
util.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
widgets.py Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) 2011-12-07 23:08:27 +00:00