Changes between Initial Version and Version 32 of Ticket #16549


Ignore:
Timestamp:
Feb 24, 2012, 3:09:37 PM (12 years ago)
Author:
Carl Meyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16549

    • Property Summary In Django models, modified row would help in handling optimistic concurrency control problemsIn Django models, save/delete preconditions would help in handling optimistic concurrency control problems
    • Property Triage Stage UnreviewedSomeday/Maybe
    • Property Cc anton@… anssi.kaariainen@… Daniel Naab added
  • Ticket #16549 – Description

    initial v32  
    1313
    1414I 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.
Back to Top