What happens when you save a model?
When you save a model, your changes are backed up in the database. This means:
- The previous attributes are overwritten with the new values you have entered.
- Newly created objects are backed up in the database. Their names are not checked for uniqueness in the database.
- If you placed an existing object, an object occurrence is created.
- The Undo and Redo functions for all preceding actions are disabled.
See also
Save model