1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/composite_pk
2024-12-02 08:37:53 +01:00
..
fixtures Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
models Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
__init__.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_aggregate.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_checks.py Refs #373 -- Fixed CompositePKChecksTests.test_composite_pk_cannot_include_generated_field() test crash on databases with no GeneratedField support. 2024-12-02 08:37:53 +01:00
test_create.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_delete.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_filter.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_get.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_models.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_names_to_path.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_update.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
test_values.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
tests.py Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00