Changes between Initial Version and Version 1 of Ticket #27222
- Timestamp:
- Sep 14, 2016, 6:12:28 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27222 – Description
initial v1 5 5 True 6 6 }}} 7 8 While the above feature can be simulated somewhat easily by calling refresh_from_db() after save, an in-built implementation has the ability to use RETURNING as an optimization. In addition, it seems that refreshing objects on save would be a nice default, though this might be a bit backwards incompatible in some cases.