django/tests/forms_tests/tests
Loic Bistuer f563c339ca Fixed #20867 -- Added the Form.add_error() method.
Refs #20199 #16986.

Thanks @akaariai, @bmispelon, @mjtamlyn, @timgraham for the reviews.
2013-11-30 01:00:53 +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 PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_extra.py Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
test_fields.py Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion 2013-11-18 18:24:56 +01:00
test_forms.py Fixed #20867 -- Added the Form.add_error() method. 2013-11-30 01:00:53 +07:00
test_formsets.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_input_formats.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_media.py Fixed all E251 violations 2013-11-03 10:17:58 -08:00
test_regressions.py Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03: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 PEP8 cleanup 2013-11-02 23:50:49 -05:00
tests.py PEP8 cleanup 2013-11-02 23:50:49 -05:00