mirror of
https://github.com/django/django.git
synced 2025-03-09 08:52:32 +00:00
Since "unless managed" now means "if database-level autocommit", committing or rolling back doesn't have any effect. Restored transactional integrity in a few places that relied on automatically-started transactions with a transitory API.