Problemunvalidated
When using Django transactions with select_for_update inside an atomic block, any insert/write performed after an exception is thrown is rolled back and never persisted to the database.
47bd44d2-d859-4a2d-bf6f-783f9264f2d1
When using Django transactions with select_for_update inside an atomic block, any insert/write performed after an exception is thrown is rolled back and never persisted to the database.