django/tests/forms_tests/tests
Gabe Jackson 584bd14dcf Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
There was an inconsistency between how the label_tag for forms were
generated depending on which method was used: as_p, as_ul and as_table
contained code to append the label_suffix where as label_tag called on a
form field directly did NOT append the label_suffix. The code for
appending the label_suffix has been moved in to the label_tag code of
the field and the HTML generation code for as_p, as_ul and as_table now
calls this code as well.

This is a backwards incompatible change because users who have added the
label_suffix manually in their templates may now get double label_suffix
characters in their forms.
2013-06-10 14:23:15 -04: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 #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04: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 #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04: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 available_apps for selenium tests. 2013-06-10 12:11:46 +02:00
tests.py Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields. 2013-06-06 10:01:48 -04:00