django/tests/model_fields
Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
..
4x8.png
8x4.png
__init__.py
models.py
test_binaryfield.py
test_booleanfield.py
test_charfield.py
test_datetimefield.py
test_decimalfield.py
test_durationfield.py
test_field_flags.py
test_filefield.py
test_floatfield.py
test_foreignkey.py
test_genericipaddressfield.py
test_imagefield.py Fixed #28242 -- Moved ImageField file extension validation to the form field. 2017-06-01 10:13:23 -04:00
test_integerfield.py
test_manytomanyfield.py
test_promises.py
test_slugfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_textfield.py
test_uuid.py
tests.py