django/tests/forms_tests/tests
Tim Graham f9c7732e96 Tweaked docstrings from previous commit. 2014-08-22 15:57:15 -04:00
..
filepath_test_files Fixed #23103 -- Annotated ImageField file with image and content_type attributes. 2014-08-01 09:30:58 -04: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 #16617 -- Added 'value' to BaseValidator params. 2014-07-26 10:03:00 -04:00
test_extra.py Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). 2014-08-15 08:14:45 -04:00
test_fields.py Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). 2014-08-15 08:14:45 -04:00
test_forms.py Tweaked docstrings from previous commit. 2014-08-22 15:57:15 -04:00
test_formsets.py Fixed several typos in Django 2014-05-28 17:39:14 -07:00
test_input_formats.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_media.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_regressions.py Fixed #11776 -- Added CSS class for non-field/top of form errors. 2014-06-02 15:22:15 -04:00
test_util.py Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
test_validators.py Fixed flake8 warnings. 2014-03-21 06:24:45 -04:00
test_widgets.py Fixed #23113 -- ChoiceInput.render should take specified attrs into account. 2014-07-28 10:01:07 -04:00
tests.py Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple widget 2014-03-21 19:10:07 -04:00