Replaced Model.save() with create() and update() in Plain.
The old version branched on whether a primary key was set, which meant reading a save() call told you nothing about whether it wrote a new row.
Replaced Model.save() with create() and update() in Plain.
The old version branched on whether a primary key was set, which meant reading a save() call told you nothing about whether it wrote a new row.