mirror of
https://github.com/django/django.git
synced 2025-03-10 01:12:53 +00:00
This is useful: - to force a rollback on the exit of an atomic block without having to raise and catch an exception; - to prevent a rollback after handling an exception manually.