Changes between Version 1 and Version 2 of Ticket #36550, comment 12
- Timestamp:
- Aug 16, 2025, 4:56:36 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36550, comment 12
v1 v2 4 4 5 5 Also, I modifed the original regression test from previous comments. This is now backend agnostic and it ensures that objects bulk-created with a composite PK and auto_now_add values still have their primary key set correctly both in memory and in the database. 6 7 Looking forward to reading what you all think of this. Also, this test was failing before the code updates, and is now passing. I can prepare a PR for this, but wanted to wait for some expert input first.