Changes between Initial Version and Version 1 of Ticket #36466, comment 3


Ignore:
Timestamp:
Jun 17, 2025, 1:04:08 AM (5 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36466, comment 3

    initial v1  
    33But yeah I just noticed that option 1. actually is inline with this:
    44
    5 ```
     5{{{
    66    pk = GeneratedField(pk=True, ...)
    7 ```
     7}}}
    88
    99There's no check for this but it will work as long as `db_persist=True` for mysql & pg, but will fail for sqlite.
Back to Top