Changes between Version 1 and Version 2 of Ticket #24921, comment 10
- Timestamp:
- Jul 27, 2015, 11:15:34 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24921, comment 10
v1 v2 12 12 In 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" 13 13 14 That's backwards incompatible. It just makes Django cope with a situation where it would previously rais `TransactionManagementError`.14 That'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.)