django/tests/regressiontests/forms/tests
Adrian Holovaty 08bec4fbc1 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)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-07 23:08:27 +00:00
..
__init__.py Fix a Python 2.5-ism. 2011-10-13 21:44:58 +00:00
error_messages.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
extra.py Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly with a localized date format. 2011-11-06 00:31:06 +00:00
fields.py Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns a dictionary. Thanks to tsabi and rubyruy for the report and to mmcnickle and prestontimmons for the patch. 2011-11-15 09:36:08 +00:00
forms.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
formsets.py Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has_changed``. Thanks to michelts for the patch. 2011-09-10 02:42:05 +00:00
input_formats.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
media.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
models.py Switch several assertNumQueries to use the context manager, which is much more beautiful. 2011-10-14 17:03:08 +00:00
regressions.py Added missing future imports missed in r16167. 2011-05-06 19:49:06 +00:00
util.py Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, Gregor Müllegger. 2011-06-26 16:52:21 +00:00
validators.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
widgets.py Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other integer values, not like False and True. 2011-11-21 10:11:06 +00:00