django/tests/model_fields
Ryan P Kilby f9a44cc0fa Fixed #35453 -- Made ManyToManyField.concrete False.
ManyToManyField was already excluded from fields, concrete_fields,
and local_concrete_fields in Options.
2025-09-22 09:52:22 -04:00
..
4x8.png
8x4.png
__init__.py
models.py Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash on databases that don't support primitives in JSONFields. 2025-02-20 08:14:18 +01:00
storage.py
test_autofield.py
test_binaryfield.py Applied Black's 2025 stable style. 2025-03-01 19:41:37 +01:00
test_booleanfield.py
test_charfield.py
test_datetimefield.py
test_decimalfield.py Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value(). 2024-12-09 09:46:06 +01:00
test_durationfield.py
test_field_flags.py Fixed #35453 -- Made ManyToManyField.concrete False. 2025-09-22 09:52:22 -04:00
test_filefield.py Fixed #36005 -- Dropped support for Python 3.10 and 3.11. 2025-01-20 14:07:28 +01:00
test_filepathfield.py
test_floatfield.py
test_foreignkey.py
test_generatedfield.py Refs #27222 -- Refreshed GeneratedFields values on save() initiated update. 2025-09-14 00:27:49 +02:00
test_genericipaddressfield.py
test_imagefield.py Removed double spaces after periods and within phrases. 2025-07-23 10:09:43 -03:00
test_integerfield.py
test_jsonfield.py Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations. 2025-09-22 09:00:24 +02:00
test_manytomanyfield.py
test_mixins.py Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timeline. 2025-01-15 22:28:37 +01:00
test_promises.py
test_slugfield.py
test_textfield.py
test_uuid.py
tests.py