django/tests/backends
2025-07-10 18:36:01 +02:00
..
base Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error. 2024-12-16 13:42:21 +01:00
mysql Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode. 2023-11-27 09:20:10 +01:00
oracle [5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size. 2025-01-29 10:25:00 +01:00
postgresql [5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. 2025-07-10 18:36:01 +02:00
sqlite [5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size. 2025-01-29 10:25:00 +01:00
__init__.py
models.py Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related(). 2024-02-20 22:14:17 +01:00
test_ddl_references.py Fixed #35469 -- Removed deferred SQL to create index removed by AlterField operation. 2024-05-28 12:44:07 +02:00
test_utils.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
tests.py [5.2.x] Applied Black's 2025 stable style. 2025-03-01 19:47:17 +01:00