Changes between Version 1 and Version 2 of Ticket #24921, comment 10


Ignore:
Timestamp:
Jul 27, 2015, 11:15:34 AM (9 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24921, comment 10

    v1 v2  
    1212In other words, it would mean "no savepoint, unless I'm the outermost atomic block in a connection that is already in a transaction, which means I can't use a plain transaction"
    1313
    14 That's backwards incompatible. It just makes Django cope with a situation where it would previously rais `TransactionManagementError`.
     14That's backwards compatible. It just makes Django cope with a situation where it would previously rais `TransactionManagementError`. (EDIT: this used to say "backwards incompatible" by mistake.)
Back to Top