Changes between Initial Version and Version 1 of Ticket #34634, comment 15
- Timestamp:
- Jun 15, 2023, 12:37:43 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34634, comment 15
initial v1 121 121 So in order to address I issue I think a plan would be 122 122 1. Wait for #33414 to be merged as it affects the number of queries performed on creation 123 2. Adjust the system check that detects field collisions to catch the case in the initial report 124 3. Merge the changes to `Options._get_fields` with the test added by Mariusz with the small adjustment to the model mentioned in comment:10 to make sure it passes the adjusted test added in 2.123 2. Adjust the system check that detects field collisions to catch the case in the initial report (first commit) 124 3. Merge the changes to `Options._get_fields` with the test added by Mariusz with the small adjustment to the model mentioned in comment:10 to make sure it passes the system check added adjusted in 2 (second commit) 125 125 126 126 Does that make sense to you?