django/tests/forms_tests/tests
Christopher Babiak a834bc84d8 Fixed #20931 -- Fixed select widgets nested choice rendering
ChoiceFieldRenderer was not rendering nested choices. Added recursion
to ChoiceFieldRenderer to take nested choices and render them as
<ul>'s.
2013-09-28 17:25:32 -07: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 Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
test_extra.py Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
test_fields.py Fixed test failures introduced in previous commit. 2013-09-16 13:12:50 -04:00
test_forms.py Fixed #19298 -- Added MultiValueField.__deepcopy__ 2013-09-10 13:56:49 -04:00
test_formsets.py Fixed #9532 -- Added min_num and validate_min on formsets. 2013-09-19 13:11:49 -04: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 #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04:00
test_util.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
test_validators.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_widgets.py Fixed #20931 -- Fixed select widgets nested choice rendering 2013-09-28 17:25:32 -07:00
tests.py Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00