1
0
mirror of https://github.com/django/django.git synced 2025-01-01 14:06:06 +00:00
django/tests/backends
AlexCLeduc 69e5b13c75 [5.0.x] Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related().
Regression in 1391356276
following deprecation in eedbf930287cb72e9afab1f7208c24b1146b0c4ec.

Backport of a084c5d35a from main
2024-02-21 05:17:36 +01:00
..
base [5.0.x] Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related(). 2024-02-21 05:17:36 +01:00
mysql [5.0.x] Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode. 2023-11-27 10:34:42 +01:00
oracle Fixed TransactionalTests.test_password_with_at_sign() isolation on Oracle. 2023-08-04 17:36:04 +02:00
postgresql [5.0.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL. 2023-09-22 06:03:19 +02:00
sqlite Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. 2023-08-23 09:09:23 +02:00
__init__.py
models.py [5.0.x] Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related(). 2024-02-21 05:17:36 +01:00
test_ddl_references.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_utils.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
tests.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00