Changes between Initial Version and Version 1 of Ticket #36466, comment 3
- Timestamp:
- Jun 17, 2025, 1:04:08 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36466, comment 3
initial v1 3 3 But yeah I just noticed that option 1. actually is inline with this: 4 4 5 ``` 5 {{{ 6 6 pk = GeneratedField(pk=True, ...) 7 ``` 7 }}} 8 8 9 9 There's no check for this but it will work as long as `db_persist=True` for mysql & pg, but will fail for sqlite.