django/tests/forms_tests/tests
Marc Tamlyn 09f8652765 Use assertIsInstance in tests.
Gives much nicer errors when it fails.
2013-05-21 10:42:15 +01: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 Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect 2013-04-13 12:23:25 +02:00
test_formsets.py Use assertIsInstance in tests. 2013-05-21 10:42:15 +01: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