Changes between Initial Version and Version 32 of Ticket #16549
- Timestamp:
- Feb 24, 2012, 3:09:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16549
- Property Summary In Django models, modified row would help in handling optimistic concurrency control problems → In Django models, save/delete preconditions would help in handling optimistic concurrency control problems
- Property Triage Stage Unreviewed → Someday/Maybe
- Property Cc added
-
Ticket #16549 – Description
initial v32 13 13 14 14 I can work on patches, but I wanted to log this first and see what kind of reaction it got before spending the time on that. 15 16 **Update from comment thread**: The issue of delete returning counts (update already does) has been moved to #16891. This ticket's scope is now strictly the idea of a conditional save.