django/tests/model_fields
james mike dupont 7d20094996 Fixed spelling mistakes in code and comments. 2017-01-19 07:52:41 -05:00
..
4x8.png Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
8x4.png Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__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 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 Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_decimalfield.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_durationfield.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_field_flags.py Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
test_filefield.py Fixed #27188 -- Allowed using unique=True with FileField. 2016-10-28 20:11:03 -04:00
test_floatfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_foreignkey.py Fixed spelling mistakes in code and comments. 2017-01-19 07:52:41 -05:00
test_genericipaddressfield.py Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField. 2016-04-29 10:11:49 -04:00
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 Fixed spelling mistakes in code and comments. 2017-01-19 07:52:41 -05:00
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