django/tests/invalid_models_tests
Tim Graham c4614b53d3 Fixed #35815 -- Made system check accept db_default literals when DatabaseFeatures.supports_expression_defaults = False. 2024-11-11 16:05:05 +01:00
..
__init__.py Deprecated load_app(). 2013-12-22 11:39:17 +01:00
test_backend_specific.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_custom_fields.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_deprecated_fields.py Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2023-09-18 22:12:40 +02:00
test_models.py Fixed #35301 -- Fixed Options._property_names for overriden properties. 2024-03-17 09:43:04 +01:00
test_ordinary_fields.py Fixed #35815 -- Made system check accept db_default literals when DatabaseFeatures.supports_expression_defaults = False. 2024-11-11 16:05:05 +01:00
test_relative_fields.py Fixed #35580 -- Allowed related fields referencing auto-created through models. 2024-07-09 13:50:12 +02:00