1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/tests/regressiontests/forms/tests
2011-11-15 09:36:08 +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 Fixed #17127 -- Made field validators list independent per form instance. Thanks claudep for report and patch. 2011-10-28 14:38:41 +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
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
widgets.py Fixed #17190 -- Ensured that the NullBooleanSelect widget's options get lazily localized. Thanks to pennersr for the report and to kenth for the patch. 2011-11-12 23:07:51 +00:00