1
0
mirror of https://github.com/django/django.git synced 2024-11-20 16:34:17 +00:00
django/tests/forms_tests/tests
2017-12-11 07:30:47 -05:00
..
filepath_test_files
__init__.py
test_error_messages.py Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages. 2017-03-20 13:12:55 -04:00
test_forms.py Fixed #28874 -- Prevented double escaping of errors on hidden form fields. 2017-12-11 07:30:47 -05:00
test_formsets.py Fixed #28421 -- Split some long FormSet tests and made other cosmetic cleanups. 2017-08-11 17:43:50 -04:00
test_i18n.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
test_input_formats.py
test_media.py Added Media.__repr__(). 2017-08-26 20:57:45 -04:00
test_renderers.py
test_utils.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
test_validators.py
test_widgets.py
tests.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00