Changes between Initial Version and Version 1 of Ticket #29574, comment 9
- Timestamp:
- Nov 11, 2022, 9:15:42 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29574, comment 9
initial v1 7 7 bid = models.IntegerField(primary_key=True) 8 8 }}} 9 10 Maybe a rough solution can be to recreate a model if a primary key is deleted and it contains a relational field?