django/tests/forms_tests/field_tests
Alejandro Zamora 90d7b912b9 Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field. 2017-08-12 20:14:14 -04:00
..
filepathfield_test_dir
__init__.py
test_base.py
test_booleanfield.py Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it. 2017-07-14 13:06:51 -04:00
test_charfield.py
test_choicefield.py
test_combofield.py
test_datefield.py Fixed a forms test after updated translations. 2017-05-31 19:29:34 -04:00
test_datetimefield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_decimalfield.py
test_durationfield.py
test_emailfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_filefield.py
test_filepathfield.py
test_floatfield.py Fixed #22654 -- Broken decimal validation 2017-04-07 12:45:08 +02:00
test_genericipaddressfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_imagefield.py
test_integerfield.py
test_multiplechoicefield.py Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it. 2017-07-14 13:06:51 -04:00
test_multivaluefield.py
test_nullbooleanfield.py
test_regexfield.py Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. 2017-01-20 08:49:47 +01:00
test_slugfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_splitdatetimefield.py Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. 2017-01-20 08:49:47 +01:00
test_timefield.py
test_typedchoicefield.py
test_typedmultiplechoicefield.py
test_urlfield.py
test_uuidfield.py