diff options
| author | Simon Charette <charette.s@gmail.com> | 2025-04-28 22:46:13 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-04-30 10:51:48 -0300 |
| commit | 4c75858135589f3a00e32eb4d476074536371a32 (patch) | |
| tree | 5b9cf2a2759caee80a9a78d2975c0eb76df96274 /tests/admin_scripts/complex_app/models | |
| parent | 8ef4e0bd423ac3764004c73c3d1098e7a51a2945 (diff) | |
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key flag in favor of using CompositePrimaryKey.
Now that Django properly supports creating models with composite primary
keys, the tests should use a `CompositePrimaryKey` field instead of a
feature flag to inline backend specific SQL for creating a composite PK.
Specifcially, the inspectdb's test_composite_primary_key was adjusted to
use schema editor instead of per-backend raw SQL.
Diffstat (limited to 'tests/admin_scripts/complex_app/models')
0 files changed, 0 insertions, 0 deletions
