django/tests/model_fields
Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
2017-01-18 21:33:28 +01:00
..
4x8.png
8x4.png
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
test_binaryfield.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
test_booleanfield.py
test_charfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_datetimefield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_decimalfield.py
test_durationfield.py
test_field_flags.py
test_filefield.py
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
tests.py