This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
composite_pk
History
Simon Charette
af6336f2c8
Fixed
#36074
-- Excluded composite primary key fields on save() updates.
2025-01-09 17:38:42 +01:00
..
fixtures
Fixed
#36062
-- Handled serialization of CompositePrimaryKeys.
2025-01-08 14:52:59 +01:00
models
Fixed
#36062
-- Handled serialization of CompositePrimaryKeys.
2025-01-08 14:52: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
Refs
#373
-- Errored when providing db_column to CompositePrimaryKey.
2025-01-02 13:03:49 +01:00
test_create.py
…
test_delete.py
…
test_filter.py
Refs
#36065
-- Extracted composite primary key order by tests.
2025-01-08 10:20:48 +01:00
test_get.py
…
test_models.py
…
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
Fixed
#36074
-- Excluded composite primary key fields on save() updates.
2025-01-09 17:38:42 +01:00
test_values.py
…
tests.py
Fixed
#36062
-- Handled serialization of CompositePrimaryKeys.
2025-01-08 14:52:59 +01:00