django/tests/model_fields
Andrey Fedoseev ded5020241 [1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Follow up to 67d984413c.

Backport of 81963b37a9 from master
2016-07-12 16:20:28 -04: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 Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_binaryfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_booleanfield.py [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
test_charfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_datetimefield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_decimalfield.py [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
test_durationfield.py [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -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 Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_floatfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_foreignkey.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04: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 [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
test_integerfield.py [1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fields. 2016-06-28 11:40:59 -04:00
test_manytomanyfield.py [1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name. 2016-07-12 16:20:28 -04:00
test_promises.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_slugfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_textfield.py Split model_fields tests into different files. 2016-03-23 19:31:47 -04:00
test_uuid.py [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
tests.py [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00