1
0
mirror of https://github.com/django/django.git synced 2025-01-04 23:46:09 +00:00
django/tests/backends/base
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
..
app_unmigrated Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__init__.py
test_base.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
test_client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_creation.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_features.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_introspection.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_operations.py Fixed #34547 -- Deprecated DatabaseOperations.field_cast_sql(). 2023-08-31 06:18:07 +02:00
test_schema.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00