django/tests/forms_tests/tests
Ramiro Morales 0fa8d43e74 Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
__init__.py Refs #14567 -- Fixed failing test that wasn't being run. 2013-04-16 13:34:06 -06:00
test_error_messages.py Fixed #17840 -- Generalized named placeholders in form error messages 2013-04-13 18:55:50 +02:00
test_extra.py Added stripping of whitespace for SlugField and URLField 2013-05-18 16:06:08 +02:00
test_fields.py Fixed #20440 -- Ensured CharField's max_length/min_length are integers 2013-05-18 22:30:24 +02:00
test_forms.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
test_formsets.py Fixed #18709 -- Check if initial_value is a callable 2013-05-22 01:05:22 +02:00
test_input_formats.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_media.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_regressions.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
test_util.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_validators.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_widgets.py Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect 2013-04-13 16:37:27 +02:00
tests.py Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00