django/tests/composite_pk
2025-01-13 14:21:41 +01:00
..
fixtures Refs #36075 -- Used field in pk_fields over field.primary_key. 2025-01-13 12:04:59 +01:00
models Refs #36075 -- Used field in pk_fields over field.primary_key. 2025-01-13 12:04:59 +01:00
__init__.py
test_aggregate.py Refs #36042 -- Raised ValueError when providing composite expressions to aggregates. 2025-01-07 11:42:06 +01:00
test_checks.py Fixed #36092 -- Disallowed non-local fields in composite primary keys. 2025-01-13 14:21:41 +01:00
test_create.py Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composite primary key with default values. 2025-01-10 11:43:38 +01:00
test_delete.py
test_filter.py Fixed #36050 -- Added OuterRef support to CompositePrimaryKey. 2025-01-10 14:38:09 +01:00
test_get.py
test_models.py Refs #36075 -- Used field in pk_fields over field.primary_key. 2025-01-13 12:04:59 +01:00
test_names_to_path.py
test_order_by.py Fixed #36065 -- Fixed ordering by expression referencing composite primary key. 2025-01-08 10:20:48 +01:00
test_update.py Refs #36075 -- Used field in pk_fields over field.primary_key. 2025-01-13 12:04:59 +01:00
test_values.py
tests.py Refs #36075 -- Used field in pk_fields over field.primary_key. 2025-01-13 12:04:59 +01:00