django/tests/forms_tests/tests
Claude Paroz cb844497d0 Fixed #22097 -- Fixed change detection for TypedChoiceField
Thanks Igor Mitrenko for the report.
2014-02-20 13:40:42 +01:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
test_error_messages.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_extra.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_fields.py Fixed #22097 -- Fixed change detection for TypedChoiceField 2014-02-20 13:40:42 +01:00
test_forms.py Refs #17413 -- Added isinstance backward compatibility on ErrorList. 2013-12-18 08:59:53 -05:00
test_formsets.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_input_formats.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_media.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_regressions.py Removed superfluous uses of TransRealMixin. 2014-01-27 22:01:22 +01:00
test_util.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
test_validators.py Fixed all E251 violations 2013-11-03 10:17:58 -08:00
test_widgets.py Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01:00
tests.py Renamed a couple models to prevent duplicate names. 2014-01-05 20:52:46 +01:00