You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example does not work. This is because pk refers to the a models.AutoField, which django-postgres-extra does special logic for. However, it should be possible to override the default value. In the example above, you should end up with 1 row with id=0. However, instead, you end up with to rows with id=1 and id=2.