Changes between Version 2 and Version 3 of Ticket #8576, comment 10
- Timestamp:
- May 2, 2024, 9:29:56 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8576, comment 10
v2 v3 21 21 2. On top of (1), refactor auto fields so that they are either primary keys OR part of a composite primary key. This adds a further limitation to address my use case, but not the others. 22 22 3. Don't use auto fields in composite primary keys. We need an alternative in this case (e.g. https://code.djangoproject.com/ticket/27452). 23 24 IMO either (1) or (3) (or both) are a good solution.