django/tests/model_fields
Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
2017-01-18 20:18:46 +01:00
..
4x8.png
8x4.png
__init__.py
models.py Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 2017-01-17 20:52:02 -05:00
test_binaryfield.py
test_booleanfield.py Added a test for NullBooleanField.formfield(). 2016-12-20 07:57:25 -05:00
test_charfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_datetimefield.py
test_decimalfield.py
test_durationfield.py
test_field_flags.py
test_filefield.py Fixed #27188 -- Allowed using unique=True with FileField. 2016-10-28 20:11:03 -04:00
test_floatfield.py
test_foreignkey.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
test_genericipaddressfield.py
test_imagefield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_integerfield.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
test_manytomanyfield.py
test_promises.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
test_slugfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_textfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_uuid.py Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
tests.py Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 2017-01-17 20:52:02 -05:00